Searched refs:XorShift128 (Results 1 – 3 of 3) sorted by relevance
101 XorShift128(&state0_, &state1_); in NextDouble()107 XorShift128(&state0_, &state1_); in NextInt64()201 XorShift128(&state0_, &state1_); in Next()
120 static inline void XorShift128(uint64_t* state0, uint64_t* state1) { in XorShift128() function
62 base::RandomNumberGenerator::XorShift128(&state0, &state1); in RUNTIME_FUNCTION()