summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/random_r.c
Commit message (Collapse)AuthorAgeFilesLines
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-4/+4
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-10/+14
| | | | missing headers, other jump relocs removed
* hidden initstate_r and usePeter S. Mazinger2005-12-091-5/+2
|
* Hide setstate_r, testPeter S. Mazinger2005-12-031-1/+2
|
* Use __STDC__ syntax, no need for prototype if random_r is before srandom_rPeter S. Mazinger2005-11-291-62/+60
|
* Hiding againPeter S. Mazinger2005-11-291-5/+6
|
* Merge glibc random, which gets us a much better RNG and aEric Andersen2002-03-191-0/+365
reentrant one as well. It is not much bigger than what we had, so... -Erik