Home
last modified time | relevance | path

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

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