summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/arc4random.3
Commit message (Collapse)AuthorAgeFilesLines
* Add arc4random_uniform() function (to avoid "modulo bias")ache2008-07-221-0/+11
| | | | Obtained from: OpenBSD
* Implement arc4random_buf() functionache2008-07-211-3/+12
| | | | Obtained from: OpenBSD
* The upper end of the range of arc4random(3) is 2**32-1, not 2**31-1.das2003-07-311-2/+4
|
* Assorted mdoc(7) fixes.ru2003-05-221-2/+3
| | | | Approved by: re (blanket)
* Use the .Dl macro.trhodes2003-05-011-1/+1
| | | | Discussed with: mdoc(7) officer ru
* State the fact that the range is twice the traditional RAND_MAX.trhodes2003-05-011-1/+16
| | | | | | | Add an EXAMPLES section. PR: 48493 Submitted by: Paul Herman <pherman@frenchfries.net> (original version)
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* mdoc(7) police: normalize .Nd.ru2001-04-181-1/+1
|
* Whitespace only change: trim trailing whitespace.asmodai2000-10-301-7/+7
|
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-021-3/+6
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* mdoc(7)'fyphantom1999-10-301-2/+2
|
* $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
* More typos.kris1999-05-091-2/+2
|
* Typo.kris1999-05-091-1/+1
| | | | Obtained from: OpenBSD
* Change u_char which require special include to unsigned charache1997-06-141-1/+1
|
* Add arc4random() functions from OpenBSD. They are almost same as ourache1997-06-141-0/+83
srandomdev(), but can be used inside libraries. random() can't be used inside libraries because it breaks its possible predictable sequence. arc4random() is true random as designed, so its usage is library-safe. Obtained from: OpenBSD
OpenPOWER on IntegriCloud