Home
last modified time | relevance | path

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

/src/contrib/lua/src/
H A Dlmathlib.c320 static Rand64 nextrand (Rand64 *state) { in nextrand() function
456 static Rand64 nextrand (Rand64 *state) { in nextrand() function
568 ran = I2UInt(nextrand(state->s)); /* not inside [0..n]? try again */ in project()
578 Rand64 rv = nextrand(state->s); /* next pseudo-random value */ in math_random()
617 nextrand(state); /* discard initial values to "spread" seed */ in setseed()