Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlmathlib.c396 static void Ixor (Rand64 *i1, Rand64 i2) { in Ixor() function
440 Ixor(&state[2], state[0]); in nextrand()
441 Ixor(&state[3], state[1]); in nextrand()
442 Ixor(&state[1], state[2]); in nextrand()
443 Ixor(&state[0], state[3]); in nextrand()
444 Ixor(&state[2], t); in nextrand()

Completed in 4 milliseconds