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

This commit is contained in:
antirez 2011-09-23 15:06:07 +02:00
parent cbdac04a5e
commit 69786b262d

View File

@ -4,4 +4,6 @@
int32_t redisLrand48();
void redisSrand48(int32_t seedval);
#define REDIS_LRAND48_MAX INT32_MAX
#endif