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