Use mt19937 random number generator instad of the default one

This commit is contained in:
Hamuko
2016-10-06 02:11:22 +03:00
committed by Andrzej Rybczak
parent cfce9aed08
commit d544b777c3
7 changed files with 26 additions and 12 deletions

View File

@@ -38,4 +38,6 @@ bool SeekingInProgress = false;
std::string VolumeState;
boost::posix_time::ptime Timer;
std::mt19937 RNG;
}