Home
last modified time | relevance | path

Searched refs:state1 (Results 1 – 1 of 1) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlmathlib.c310 Rand64 state1 = state[1]; in nextrand() local
312 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