mirror of https://mirror.osredm.com/root/redis.git
Defined macro with bigger number that redisLrand48() can output.
This commit is contained in:
parent
cbdac04a5e
commit
69786b262d
|
@ -4,4 +4,6 @@
|
|||
int32_t redisLrand48();
|
||||
void redisSrand48(int32_t seedval);
|
||||
|
||||
#define REDIS_LRAND48_MAX INT32_MAX
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue