mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-24 19:54:22 -04:00
random: use TinyMT instead of XorShift
This commit is contained in:
parent
206b1a1b57
commit
1556a92a38
12 changed files with 415 additions and 175 deletions
|
@ -20,6 +20,7 @@
|
|||
#include "os/os_memory_common.hpp"
|
||||
#include "os/os_managed_handle.hpp"
|
||||
#include "os/os_process_handle.hpp"
|
||||
#include "os/os_random.hpp"
|
||||
#include "os/os_mutex.hpp"
|
||||
#include "os/os_condvar.hpp"
|
||||
#include "os/os_rw_lock.hpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue