projects
/
redis.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
CLIENT LIST test fixed (there is a new omem field in the output)
[redis.git]
/
src
/
rand.h
1
#ifndef REDIS_RANDOM_H
2
#define REDIS_RANDOM_H
3
4
int32_t
redisLrand48
();
5
void
redisSrand48
(
int32_t
seedval
);
6
7
#define REDIS_LRAND48_MAX INT32_MAX
8
9
#endif