Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlmathlib.c415 static Rand64 times9 (Rand64 i) { in times9() function
438 Rand64 res = times9(rotl(times5(state[1]), 7)); in nextrand()