summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/random.c
Commit message (Expand)AuthorAgeFilesLines
* hidden initstate_r and usePeter S. Mazinger2005-12-091-0/+1
* macro out the thread funcs in libc if threading is disabledMike Frysinger2005-12-061-4/+2
* Hide setstate_r, testPeter S. Mazinger2005-12-031-0/+1
* fix warning about __random() not being a prototypeMike Frysinger2005-11-301-1/+1
* Hiding againPeter S. Mazinger2005-11-291-2/+5
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-271-10/+10
* Merge glibc random, which gets us a much better RNG and aEric Andersen2002-03-191-23/+241
* Cleanup the toploevel makefile handing of shared libs. Add weak_aliasEric Andersen2001-06-121-2/+1
* As noted by Michiel Thuys <michiel.thuys@intersil.com>, the weak alias forEric Andersen2001-04-271-0/+2
* Add in random(), make rand use that under the hood. Fix theEric Andersen2001-03-221-0/+36