mirror of
https://github.com/fluencelabs/redis
synced 2025-04-26 19:12:14 +00:00
8 lines
115 B
C
8 lines
115 B
C
|
#ifndef REDIS_RANDOM_H
|
||
|
#define REDIS_RANDOM_H
|
||
|
|
||
|
int32_t redisLrand48();
|
||
|
void redisSrand48(int32_t seedval);
|
||
|
|
||
|
#endif
|