Searched refs:RandomDevice (Results 1 – 1 of 1) sorted by relevance
208 static std::random_device RandomDevice; in randomGenerator() local209 static std::mt19937 RandomGenerator(RandomDevice()); in randomGenerator()