aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/rand.3
Commit message (Expand)AuthorAgeFilesLines
* rand(3): Replace implementation with one backed by random(3) algorithmConrad Meyer2020-02-011-33/+63
* Deprecate sranddev(3) APIConrad Meyer2019-12-141-9/+3
* rand.3: Match better recommendation language from random.3Conrad Meyer2019-04-221-2/+2
* Renumber clauses to reduce diffs to other versionsEd Maste2013-06-131-1/+1
* Replace access to /dev/random with the kernel pseudo-random numberXin LI2013-04-021-4/+2
* Bump dates.Dag-Erling Smørgrav2012-09-041-1/+1
* Add a prominent warning about these functions' unsuitability forDag-Erling Smørgrav2012-09-041-6/+7
* Missed space.Konstantin Belousov2010-10-061-1/+1
* Add cross-references to lrand48(3) and arc4random(3) from rand(3)Konstantin Belousov2010-10-061-1/+10
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* sranddev() is not magic pixie dust. While it gives a good randomWarner Losh2004-11-101-2/+4
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
* mdoc(7) police: "The .Fn function".Ruslan Ermilov2002-12-181-0/+2
* Move to using .In instead of .Fd #include <> for include mark-up.Jeroen Ruigrok van der Werven2001-09-071-1/+1
* mdoc(7) police: expand plain text xrefs.Ruslan Ermilov2001-08-081-1/+2
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* urandom(4) -> random(4)Dima Dorfman2001-06-071-2/+2
* Grammar nit.Ruslan Ermilov2001-04-271-1/+1
* Add sranddev() since srand() is not vary much with seed, typical timeAndrey A. Chernov2001-04-231-1/+12
* .St -ansiC -> .St -isoCRuslan Ermilov2001-02-261-1/+1
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-211-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Added Posix rand_r function.Wes Peters1999-05-241-4/+22
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+84