Searched refs:XorShift128 (Results 1 – 3 of 3) sorted by relevance
100 XorShift128(&state0_, &state1_); in NextDouble()106 XorShift128(&state0_, &state1_); in NextInt64()121 XorShift128(&state0_, &state1_); in Next()
103 static inline void XorShift128(uint64_t* state0, uint64_t* state1) { in XorShift128() function
56 base::RandomNumberGenerator::XorShift128(&state0, &state1); in RUNTIME_FUNCTION()