summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/rand.c
Commit message (Collapse)AuthorAgeFilesLines
* As noted by Michiel Thuys <michiel.thuys@intersil.com>, the weak alias forEric Andersen2001-04-271-2/+0
| | | | | srand was in the wrong file, causing rand.o to be needlessly included in some cases.
* Add in random(), make rand use that under the hood. Fix theEric Andersen2001-03-221-56/+21
| | | | include file so folks know random is now there.
* Bug ugly formatting updateEric Andersen2000-10-091-11/+13
|
* Lots and lots of cleanups.Eric Andersen2000-07-061-1/+1
| | | | -Erik
* Initial revision0_9_1Erik Andersen2000-05-141-0/+61