mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Traversal: Use a decent PRNG instead of rand()
we don’t need cryptosecure random, but having a uniform distribution is always better.
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
#include <functional>
|
||||
#include <list>
|
||||
#include <memory>
|
||||
#include <random>
|
||||
#include <enet/enet.h>
|
||||
#include "Common/Common.h"
|
||||
#include "Common/Thread.h"
|
||||
|
Reference in New Issue
Block a user