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
112 class Random { class115 Random(unsigned _seed):Seed(_seed) {} in Random() function in llvm::__anonecf10e490111::Random
792 explicit Random(UInt32 seed) : state_(seed) {} in Random() function