Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlmathlib.c519 } RanState; typedef
533 RanState *state) { in project()
560 RanState *state = (RanState *)lua_touserdata(L, lua_upvalueindex(1)); in math_random()
611 static void randseed (lua_State *L, RanState *state) { in randseed()
619 RanState *state = (RanState *)lua_touserdata(L, lua_upvalueindex(1)); in math_randomseed()
643 RanState *state = (RanState *)lua_newuserdatauv(L, sizeof(RanState), 0); in setrandfunc()

Completed in 3 milliseconds