Home
last modified time | relevance | path

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

/external/lua/src/
Dlmathlib.c307 static Rand64 nextrand (Rand64 *state) { in nextrand() function
436 static Rand64 nextrand (Rand64 *state) { in nextrand() function
550 ran = I2UInt(nextrand(state->s)); /* not inside [0..n]? try again */ in project()
560 Rand64 rv = nextrand(state->s); /* next pseudo-random value */ in math_random()
599 nextrand(state); /* discard initial values to "spread" seed */ in setseed()