aboutsummaryrefslogtreecommitdiff
path: root/sys/libkern/random.c
Commit message (Expand)AuthorAgeFilesLines
* Add prng(9) APIConrad Meyer2020-08-131-32/+3
* random(9): Deprecate random(9), remove meaningless srandom(9)Conrad Meyer2019-12-261-13/+12
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* ANSIfy sys/libkernEd Maste2017-11-191-2/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* libkern: Remove obsolete 'register' keywordConrad Meyer2017-01-121-1/+1
* Huge cleanup of random(4) code.Mark Murray2015-06-301-1/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Lower initial drop value to 50, it is enough to hide linearityAndrey A. Chernov2003-08-101-2/+2
* Use __FBSDID().David E. O'Brien2003-06-111-1/+3
* Since we drop NSHUFF values now, set default seed to what it becomesAndrey A. Chernov2003-02-051-1/+1
* Drop NSHUFF values right after srandom() to remove part of seed -> 1stAndrey A. Chernov2003-02-041-0/+6
* Park & Miller PRNG can be safely initialized with any value but 0 and stuckAndrey A. Chernov2003-02-031-2/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* add simple srandom() and prototypePeter Wemm1996-09-231-2/+10
* <libkern/libkern.h> has moved to <sys/libkern.h> (repository copy).Poul-Henning Kamp1995-03-171-2/+2
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+63