Searched defs:RandomGenerator (Results 1 – 5 of 5) sorted by relevance
27 public interface RandomGenerator { interface
102 RandomGenerator():m_d(NULL) in RandomGenerator() function
28 class RandomGenerator { class
177 static std::mt19937 RandomGenerator(RandomDevice()); in randomGenerator() local
60 class RandomGenerator { class62 RandomGenerator() : rand_gen_(42U) {} in RandomGenerator() function in webrtc::__anon5d3f602b0111::RandomGenerator