Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlmathlib.c312 Rand64 state3 = state[3] ^ state1; in nextrand() local
314 state[0] = state0 ^ state3; in nextrand()
317 state[3] = rotl(state3, 45); in nextrand()

Completed in 5 milliseconds