Searched refs:times9 (Results 1 – 1 of 1) sorted by relevance
414 static Rand64 times9 (Rand64 i) { in times9() function437 Rand64 res = times9(rotl(times5(state[1]), 7)); in nextrand()