summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/random.3
Commit message (Collapse)AuthorAgeFilesLines
* MFC: r301448ache2016-06-051-2/+2
| | | | | Reflect error indication according to POSIX and what those functions currently do.
* Renumber clauses to reduce diffs to other versionsemaste2013-06-131-1/+1
| | | | | NetBSD, OpenBSD, and Android's Bionic number the clauses 1 through 3, so follow suit to make comparison easier.
* Replace access to /dev/random with the kernel pseudo-random numberdelphij2013-04-021-3/+3
| | | | | | | | source sysctl(KERN_ARND) and remove the fallback code. Obtained from: OpenBSD Reviewed by: secteam MFC after: 1 month
* Add the same warning to rand48(3) as to rand(3) and random(3).des2012-09-111-1/+0
| | | | MFC after: 3 days
* Bump dates.des2012-09-041-1/+1
| | | | Reminded by: bz@
* Add a prominent warning about these functions' unsuitability fordes2012-09-041-7/+10
| | | | cryptographic purposes, and recommend using arc4random(3) instead.
* Add cross-references to lrand48(3) and arc4random(3) from rand(3)kib2010-10-061-0/+1
| | | | | | | and random(3). Submitted by: Valentin Nechayev <netch netch kiev ua> MFC after: 1 week
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* Sort sections.ru2005-01-201-2/+2
|
* Mechanically kill hard sentence breaks.ru2004-07-021-4/+8
|
* Cross-reference arc4random(3).das2003-07-311-0/+4
|
* Fix grammar bogons.schweikh2003-05-311-1/+1
| | | | MFC after: 3 days
* Move to using .In instead of .Fd #include <> for include mark-up.asmodai2001-09-071-1/+1
| | | | Inspired by comment from: dd
* Remove whitespace at EOL.dd2001-07-151-4/+4
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* urandom(4) -> random(4)dd2001-06-071-2/+2
| | | | | | PR: 27858 Submitted by: Yoshihiro Koya <Yoshihiro.Koya@math.yokohama-cu.ac.jp> Approved by: markm
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aqcharnier1998-03-191-2/+2
|
* Instead of copying fallback code over and over in each program,ache1997-06-141-6/+1
| | | | | | implement (better) falback code inside srandomdev() itself. Change return type from int to void (binary compatibility surprisely achieved). Userland code will be changed soon.
* Remove orand* code as promised for the next releaseache1997-03-291-12/+1
|
* Add srandomdev() descriptionache1997-03-231-1/+24
|
* Use the .Tn macro for generic FreeBSD references. Other minor cleanup.mpp1997-03-211-3/+3
|
* Fix arg types to match Lite2ache1997-03-171-2/+2
|
* Improve seeding, the random sequence did not vary matchache1996-10-091-9/+20
| | | | with the seed. Old variant will be available via libcompat soon.
* Added missing section numbers to a bunch of .Xr macros, ormpp1996-03-271-4/+9
| | | | | converted them into .Fn macros where appropriate. Also fixed up some minor formatting problems.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+166
OpenPOWER on IntegriCloud