Searched defs:RandomGenerator (Results 1 – 4 of 4) sorted by relevance
27 public interface RandomGenerator { interface
40 class RandomGenerator { class
209 static std::mt19937 RandomGenerator(RandomDevice()); in randomGenerator() local
66 class RandomGenerator { class68 RandomGenerator() : rand_gen_(42U) {} in RandomGenerator() function in webrtc::__anon5b24fac30111::RandomGenerator