]> git.saurik.com Git - redis.git/commit
Lua math.random and math.randomseed replaced with our own version based on redisSrand...
authorantirez <antirez@gmail.com>
Fri, 23 Sep 2011 13:40:58 +0000 (15:40 +0200)
committerantirez <antirez@gmail.com>
Fri, 23 Sep 2011 13:40:58 +0000 (15:40 +0200)
commite108bab0437c709fcc8f339677bf6295fa793163
tree3049c8b0ea96d976929653fa91dc1f0ead930ad6
parent69786b262d2c899f61643f734e62ac5c8d3f7432
Lua math.random and math.randomseed replaced with our own version based on redisSrand48(). Seed initialized to the same value at every EVAL/EVALSHA call.
src/Makefile
src/scripting.c