Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dscripting.c46 int redis_math_random (lua_State *L);
1031 lua_pushcfunction(lua,redis_math_random); in scriptingInit()
1126 int redis_math_random (lua_State *L) { in redis_math_random() function