Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
69786b26
Commit
69786b26
authored
Sep 23, 2011
by
antirez
Browse files
Defined macro with bigger number that redisLrand48() can output.
parent
cbdac04a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/rand.h
View file @
69786b26
...
...
@@ -4,4 +4,6 @@
int32_t
redisLrand48
();
void
redisSrand48
(
int32_t
seedval
);
#define REDIS_LRAND48_MAX INT32_MAX
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment