yuzu/src/core/hle/service/spl
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