summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/random.c
Commit message (Expand)AuthorAgeFilesLines
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Use 'uint32_t' instead of 'long' when a 32-bit integer is intended.David Schultz2004-01-201-31/+32
* For type 0 rng lower initial drop to 50, it is enough to hide linearityAndrey A. Chernov2003-08-101-1/+5
* For rand(3) and random(3) TYPE_0 drop NSHUFF values right after srand{om}()Andrey A. Chernov2003-02-041-5/+8
* Park & Miller PRNG can be safely initialized with any value but 0 and stuckAndrey A. Chernov2003-02-031-1/+4
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-3/+2
* Remove __P() usage.David E. O'Brien2002-03-211-1/+1
* Remove 'register' keyword.David E. O'Brien2002-03-211-11/+11
* Add a long-overdue nail to the deprecated /dev/urandom interfaceMark Murray2001-10-301-1/+1
* urandom(4) -> random(4) in comments.Dima Dorfman2001-06-071-1/+1
* srand*dev() fallback code: change ^getpid() to ^(getpid() << 16) to allowAndrey A. Chernov2001-04-231-1/+1
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-0/+2
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-3/+3
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-3/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* 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