Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Drand.h33 int32_t redisLrand48();
H A Drand.c71 int32_t redisLrand48() { in redisLrand48() function
H A Dscripting.c1129 lua_Number r = (lua_Number)(redisLrand48()%REDIS_LRAND48_MAX) / in redis_math_random()