Searched defs:Random (Results 1 – 10 of 10) sorted by relevance
19 Random(unsigned int seed) : std::minstd_rand(seed) {} in Random() function
29 class Random; variable
46 static const uint8_t Random[] = {1, 2, 3, 4, 5, 6, 7, 8, 9}; in TEST() local
86 class Random { class 89 Random(unsigned _seed):Seed(_seed) {} in Random() function in llvm::__anon707eaac40111::Random [all...]
208 Random = 0, enum
859 explicit Random(uint32_t seed) : state_(seed) {} in Random() function