Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlmathlib.c536 } RanState; typedef
550 RanState *state) { in project()
577 RanState *state = (RanState *)lua_touserdata(L, lua_upvalueindex(1)); in math_random()
628 static void randseed (lua_State *L, RanState *state) { in randseed()
636 RanState *state = (RanState *)lua_touserdata(L, lua_upvalueindex(1)); in math_randomseed()
660 RanState *state = (RanState *)lua_newuserdatauv(L, sizeof(RanState), 0); in setrandfunc()