This website requires JavaScript.
Explore
Help
Sign In
purgatory
/
yuzu
Watch
1
Star
0
Fork
0
You've already forked yuzu
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
yuzu
/
src
/
core
/
hle
/
service
/
spl
History
Zach Hilman
8cb2e7d881
csrng: Use random integer distribution instead of raw engine
...
Prevents returning the same value every single call.
2018-11-15 18:44:26 -05:00
..
csrng.cpp
hle/service: Default constructors and destructors in the cpp file where applicable
2018-09-10 23:55:31 -04:00
csrng.h
hle/service: Default constructors and destructors in the cpp file where applicable
2018-09-10 23:55:31 -04:00
module.cpp
csrng: Use random integer distribution instead of raw engine
2018-11-15 18:44:26 -05:00
module.h
csrng: Use std::mt19937 engine for random number generation
2018-11-11 23:08:39 -05:00
spl.cpp
hle/service: Default constructors and destructors in the cpp file where applicable
2018-09-10 23:55:31 -04:00
spl.h
hle/service: Default constructors and destructors in the cpp file where applicable
2018-09-10 23:55:31 -04:00