summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/random.3
AgeCommit message (Expand)Author
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2020-02-01rand(3): Replace implementation with one backed by random(3) algorithmConrad Meyer
2020-01-20random.3: Some minor improvements to wording/clarityConrad Meyer
2019-04-22random.3: Remove obsolete BUGS sectionConrad Meyer
2019-04-15random.3: Clarify confusing summaryConrad Meyer
2016-07-26Fix typing of srandom() and initstate().Ed Schouten
2016-06-05Reflect error indication according to POSIX and what those functionsAndrey A. Chernov
2015-02-25Adjust wording slightly to emphasize that random(3) should not be used forColin Percival
2013-06-13Renumber clauses to reduce diffs to other versionsEd Maste
2013-04-02Replace access to /dev/random with the kernel pseudo-random numberXin LI
2012-09-11Add the same warning to rand48(3) as to rand(3) and random(3).Dag-Erling Smørgrav
2012-09-04Bump dates.Dag-Erling Smørgrav
2012-09-04Add a prominent warning about these functions' unsuitability forDag-Erling Smørgrav
2010-10-06Add cross-references to lrand48(3) and arc4random(3) from rand(3)Konstantin Belousov
2007-01-09Per Regents of the University of Calfornia letter, remove advertisingWarner Losh
2005-01-20Sort sections.Ruslan Ermilov
2004-07-02Mechanically kill hard sentence breaks.Ruslan Ermilov
2003-07-31Cross-reference arc4random(3).David Schultz
2003-05-31Fix grammar bogons.Jens Schweikhardt
2001-09-07Move to using .In instead of .Fd #include <> for include mark-up.Jeroen Ruigrok van der Werven
2001-07-15Remove whitespace at EOL.Dima Dorfman
2001-07-10mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov
2001-07-09mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman
2001-06-07urandom(4) -> random(4)Dima Dorfman
2000-04-21Introduce ".Lb" macro to libc manpages.Alexey Zelkin
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-07-12Add $Id$, to make it simpler for members of the translation teams toNik Clayton
1998-03-19.Sh AUTHOR -> .Sh AUTHORS. Use .An/.AqPhilippe Charnier
1997-06-14Instead of copying fallback code over and over in each program,Andrey A. Chernov
1997-03-29Remove orand* code as promised for the next releaseAndrey A. Chernov
1997-03-23Add srandomdev() descriptionAndrey A. Chernov
1997-03-21Use the .Tn macro for generic FreeBSD references. Other minor cleanup.Mike Pritchard
1997-03-17Fix arg types to match Lite2Andrey A. Chernov
1996-10-09Improve seeding, the random sequence did not vary matchAndrey A. Chernov
1996-03-27Added missing section numbers to a bunch of .Xr macros, orMike Pritchard
1994-05-27BSD 4.4 Lite Lib SourcesRodney W. Grimes