random: use TinyMT instead of XorShift
1 parent 206b1a1 commit 1556a92a386909e35e5af0b855abc1e4d5af2630
@Michael Scire Michael Scire authored on 10 Dec 2019
Showing 14 changed files
View
libraries/libstratosphere/include/stratosphere.hpp
View
libraries/libstratosphere/include/stratosphere/os.hpp
View
libraries/libstratosphere/include/stratosphere/os/os_random.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/rnd.hpp 100644 → 0
View
libraries/libstratosphere/include/stratosphere/rnd/rnd_api.hpp 100644 → 0
View
libraries/libstratosphere/include/stratosphere/util.hpp
View
libraries/libstratosphere/include/stratosphere/util/util_tinymt.hpp 0 → 100644
View
libraries/libstratosphere/source/map/map_api.cpp
View
libraries/libstratosphere/source/os/impl/os_random_impl.hpp 0 → 100644
View
libraries/libstratosphere/source/os/impl/os_random_impl.os.horizon.cpp 0 → 100644
View
libraries/libstratosphere/source/os/os_random.cpp 0 → 100644
View
libraries/libstratosphere/source/rnd/rnd_api.cpp 100644 → 0
View
libraries/libstratosphere/source/util/util_tinymt.cpp 0 → 100644
View
stratosphere/loader/source/ldr_process_creation.cpp