aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/arc4random.3
Commit message (Expand)AuthorAgeFilesLines
* lib/libc/gen: use Lemire's algorithm for arc4random_uniform().Robert Clausecker2024-12-021-1/+12
* History for arc4random_*()David E. O'Brien2024-01-101-0/+11
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* arc4random(3): fix .Xr issuesEnji Cooper2020-12-111-2/+2
* Sync with OpenBSD:Xin LI2020-04-131-3/+5
* arc4random(3): Expand the SEE ALSO sectionSergio Carlavilla Delgado2020-04-101-1/+8
* arc4random: Adjust example code to use uniform() APIConrad Meyer2019-03-211-2/+2
* Update userland arc4random() with OpenBSD's Chacha20 based arc4random().Xin LI2018-08-191-47/+63
* Globally replace u_int*_t from (non-contributed) man pages.Ed Schouten2012-02-121-3/+3
* Add arc4random_uniform() function (to avoid "modulo bias")Andrey A. Chernov2008-07-221-0/+11
* Implement arc4random_buf() functionAndrey A. Chernov2008-07-211-3/+12
* The upper end of the range of arc4random(3) is 2**32-1, not 2**31-1.David Schultz2003-07-311-2/+4
* Assorted mdoc(7) fixes.Ruslan Ermilov2003-05-221-2/+3
* Use the .Dl macro.Tom Rhodes2003-05-011-1/+1
* State the fact that the range is twice the traditional RAND_MAX.Tom Rhodes2003-05-011-1/+16
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
* mdoc(7) police: normalize .Nd.Ruslan Ermilov2001-04-181-1/+1
* Whitespace only change: trim trailing whitespace.Jeroen Ruigrok van der Werven2000-10-301-7/+7
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-211-0/+2
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-021-3/+6
* mdoc(7)'fyAlexey Zelkin1999-10-301-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* More typos.Kris Kennaway1999-05-091-2/+2
* Typo.Kris Kennaway1999-05-091-1/+1
* Change u_char which require special include to unsigned charAndrey A. Chernov1997-06-141-1/+1
* Add arc4random() functions from OpenBSD. They are almost same as ourAndrey A. Chernov1997-06-141-0/+83