summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/rand.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* GNU ld has prefixed the contents of .gnu.warning.SYMBOL sectionstb2017-11-281-3/+3
* $OpenBSD$tb2016-10-221-0/+1
* Simplify return call of rand() and rand_r() to make it easier to read.tb2015-12-181-2/+2
* Wrap <stdlib.h> so that calls go direct and the symbols not in theguenther2015-09-131-0/+1
* typo; ok deraadtsthen2014-12-161-1/+1
* improve warnings from rand_r(), rand(), and random()libressl-v2.1.2deraadt2014-12-091-2/+2
* Oops, got the sense of the test backwards. Hilarious that we didn't spot it.deraadt2014-12-081-1/+1
* Change rand(), random(), drand48(), lrand48(), mrand48(), and srand48()deraadt2014-12-081-5/+10
* Add linker warnings for rand() and random() and various related functions.kettenis2013-08-011-0/+15
* zap remaining rcsid.espie2005-08-081-4/+0
* ansi + de-registerpat2005-03-301-9/+4
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* No need to cast to they type we already are. Also minor KNFmillert1998-12-071-3/+6
* remove bogus divide, fixes pr #656millert1998-12-071-2/+2
* bad longderaadt1998-11-221-2/+2
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-201-2/+10
* Fix RCS idstholo1996-08-191-2/+1
* initial import of NetBSD treederaadt1995-10-181-0/+55