Commit 69786b26 authored by antirez's avatar antirez
Browse files

Defined macro with bigger number that redisLrand48() can output.

parent cbdac04a
......@@ -4,4 +4,6 @@
int32_t redisLrand48();
void redisSrand48(int32_t seedval);
#define REDIS_LRAND48_MAX INT32_MAX
#endif
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment