mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 00:59:44 +00: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:
parent
849922881d
commit
8201a52cec
2 changed files with 4 additions and 2 deletions
|
@ -4,6 +4,7 @@
|
|||
#include <functional>
|
||||
#include <list>
|
||||
#include <memory>
|
||||
#include <random>
|
||||
#include <enet/enet.h>
|
||||
#include "Common/Common.h"
|
||||
#include "Common/Thread.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue