summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/rand.c
Commit message (Expand)AuthorAgeFilesLines
* urandom(4) -> random(4) in comments.dd2001-06-071-1/+1
* Add #include "un-namespace.h"ache2001-04-231-0/+1
* srand*dev() fallback code: change ^getpid() to ^(getpid() << 16) to allowache2001-04-231-1/+1
* Add sranddev() since srand() is not vary much with seed, typical timeache2001-04-231-0/+34
* Use formula with better random distribution for rand()ache2001-02-271-0/+26
* Added Posix rand_r function.wes1999-05-241-1/+52
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+54
OpenPOWER on IntegriCloud