Searched defs:Random (Results 1 – 4 of 4) sorted by relevance
19 Random(unsigned int seed) : std::minstd_rand(seed) {} in Random() function
29 class Random; variable
86 class Random { class89 Random(unsigned _seed):Seed(_seed) {} in Random() function in llvm::__anone1ed83310111::Random
853 explicit Random(uint32_t seed) : state_(seed) {} in Random() function