Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlmathlib.c311 Rand64 state2 = state[2] ^ state0; in nextrand() local
315 state[1] = state1 ^ state2; in nextrand()
316 state[2] = state2 ^ (state1 << 17); in nextrand()

Completed in 3 milliseconds