Searched refs:state3 (Results 1 – 1 of 1) sorted by relevance
312 Rand64 state3 = state[3] ^ state1; in nextrand() local314 state[0] = state0 ^ state3; in nextrand()317 state[3] = rotl(state3, 45); in nextrand()
Completed in 5 milliseconds