Searched refs:XorShift128 (Results 1 – 3 of 3) sorted by relevance
109 XorShift128(&state0_, &state1_); in NextDouble()115 XorShift128(&state0_, &state1_); in NextInt64()209 XorShift128(&state0_, &state1_); in Next()
119 static inline void XorShift128(uint64_t* state0, uint64_t* state1) { in XorShift128() function
62 base::RandomNumberGenerator::XorShift128(&state.s0, &state.s1); in RefillCache()