summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/random.c
Commit message (Expand)AuthorAgeFilesLines
* srandomdev: use stack junk value in the fallback code tooAndrey A. Chernov1997-06-151-2/+3
* Instead of copying fallback code over and over in each program,Andrey A. Chernov1997-06-141-9/+16
* Remove orand* code as promised for the next releaseAndrey A. Chernov1997-03-291-8/+3
* Fix urandom reference in the commentAndrey A. Chernov1997-03-231-1/+1
* Add srandomdev() function (use "/dev/urandom" now)Andrey A. Chernov1997-03-231-0/+40
* Merge Lite2 changesPeter Wemm1997-03-111-30/+68
* Improve seeding, the random sequence did not vary matchAndrey A. Chernov1996-10-091-5/+55
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* u_int -> unsigned int, so that we don't have to include <sys/types.h>Bruce Evans1994-09-051-2/+2
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+363