summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/random.3
Commit message (Collapse)AuthorAgeFilesLines
* 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