Searched refs:RandomGenerator (Results 1 – 5 of 5) sorted by relevance
32 thread_local uint64_t RandomGenerator::randomState {0};822 uint64_t& RandomGenerator::GetRandomState() in GetRandomState()826 uint64_t RandomGenerator::XorShift64(uint64_t *pVal) in XorShift64()835 void RandomGenerator::InitRandom() in InitRandom()
121 class RandomGenerator {
26 using RandomGenerator = base::RandomGenerator; typedef592 uint64_t &randomState = RandomGenerator::GetRandomState(); in Random()593 uint64_t val = RandomGenerator::XorShift64(&randomState); in Random()
144 using RandomGenerator = base::RandomGenerator; typedef1504 RandomGenerator::InitRandom(); in InitializeMath()
90 using RandomGenerator = base::RandomGenerator; typedef132 RandomGenerator::InitRandom(); in PostFork()