summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/random.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix the leak for real (that's what I get for hacking when i can't sleep).millert2000-04-041-5/+7
* Fix an fd leak if the read from /dev/arandom fails. Pointed out bymillert2000-04-041-5/+5
* Add srandomdev() from FreeBSD for use by sendmail and others.millert2000-04-031-1/+46
* More XPG4.2 --millert1998-02-071-9/+5
* size_t n in initstate(); XPGderaadt1998-02-061-2/+2
* Remove dead codetholo1996-09-151-3/+2
* Fix RCS idstholo1996-08-191-2/+1
* Substantially improve random number generation by using the largest primetholo1996-03-301-9/+21
* initial import of NetBSD treederaadt1995-10-181-0/+364