]> git.saurik.com Git - redis.git/commit - src/Makefile
libc neutral random function derived from a drand48() implementation added. Will...
authorantirez <antirez@gmail.com>
Fri, 23 Sep 2011 12:51:48 +0000 (14:51 +0200)
committerantirez <antirez@gmail.com>
Fri, 23 Sep 2011 12:51:48 +0000 (14:51 +0200)
commitcbdac04a5ebadaef6c66a520b26ffc5fefff86a9
treefbf3c5119ca2dfdd39c00eb5f77479837f253efb
parentf96a8a8054b3b699c2fba797bdcd203dda1168ce
libc neutral random function derived from a drand48() implementation added. Will be used to replace Lua's math.random implementation.
src/Makefile
src/rand.c [new file with mode: 0644]
src/rand.h [new file with mode: 0644]