summaryrefslogtreecommitdiff
path: root/src/rand.c
Commit message (Collapse)AuthorAgeFilesLines
* Use 'void' for zero-argument functionscubicdaiya2014-08-081-2/+2
| | | | | | | | According to the C standard, it is desirable to give the type 'void' to functions have no argument. Closes #1631
* BSD license added to every C source and header file.antirez2012-11-081-1/+1
|
* libc neutral random function derived from a drand48() implementation added. ↵antirez2011-09-231-0/+93
Will be used to replace Lua's math.random implementation.