Use mt19937 random number generator instad of the default one
This commit is contained in:
@@ -38,4 +38,6 @@ bool SeekingInProgress = false;
|
||||
std::string VolumeState;
|
||||
boost::posix_time::ptime Timer;
|
||||
|
||||
std::mt19937 RNG;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user