Searched refs:Ixor (Results 1 – 1 of 1) sorted by relevance
396 static void Ixor (Rand64 *i1, Rand64 i2) { in Ixor() function440 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