summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/arc4random.3
Commit message (Expand)AuthorAgeFilesLines
* Add arc4random_uniform() function (to avoid "modulo bias")ache2008-07-221-0/+11
* Implement arc4random_buf() functionache2008-07-211-3/+12
* 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
* Use the .Dl macro.trhodes2003-05-011-1/+1
* State the fact that the range is twice the traditional RAND_MAX.trhodes2003-05-011-1/+16
* 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
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-021-3/+6
* 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
* More typos.kris1999-05-091-2/+2
* Typo.kris1999-05-091-1/+1
* 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
OpenPOWER on IntegriCloud