Searched defs:Random (Results 1 – 4 of 4) sorted by relevance
20 Random(unsigned int seed) : std::mt19937(seed) {} in Random() function
155 class Random; variable
110 class Random { class113 Random(unsigned _seed):Seed(_seed) {} in Random() function in llvm::__anoncf2486f60111::Random
792 explicit Random(UInt32 seed) : state_(seed) {} in Random() function