Searched refs:state1 (Results 1 – 1 of 1) sorted by relevance
310 Rand64 state1 = state[1]; in nextrand() local312 Rand64 state3 = state[3] ^ state1; in nextrand()313 Rand64 res = rotl(state1 * 5, 7) * 9; in nextrand()315 state[1] = state1 ^ state2; in nextrand()316 state[2] = state2 ^ (state1 << 17); in nextrand()
Completed in 4 milliseconds