summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/random.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add linker warnings for rand() and random() and various related functions.kettenis2013-08-011-1/+16
* threadsafe random().tedu2013-03-151-8/+43
* Improve standards conformance: ecvt(), fcvt(), gcvt(), mktemp(), ttyslot(),guenther2012-06-011-2/+2
* Fix a bug where random() always returns 0 when srandom() is seededmillert2012-03-211-2/+3
* Use sysctl(KERN_ARND) to get n bytes, instead of just 4 at a timeotto2005-11-301-38/+11
* zap remaining rcsid.espie2005-08-081-4/+1
* ansi + de-registerpat2005-03-301-11/+6
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Use int32_t, not long since this deals with 32bit quantities.millert2003-02-281-20/+20
* In srandomdev(), if we can't access /dev/arandom, use the sysctl() instead.millert2002-12-061-10/+27
* 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