summaryrefslogtreecommitdiff
path: root/lib/libc/gen/arc4random.3
AgeCommit message (Expand)Author
2024-12-02lib/libc/gen: use Lemire's algorithm for arc4random_uniform().Robert Clausecker
2024-01-09History for arc4random_*()David E. O'Brien
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2020-12-11arc4random(3): fix .Xr issuesEnji Cooper
2020-04-13Sync with OpenBSD:Xin LI
2020-04-10arc4random(3): Expand the SEE ALSO sectionSergio Carlavilla Delgado
2019-03-21arc4random: Adjust example code to use uniform() APIConrad Meyer
2018-08-19Update userland arc4random() with OpenBSD's Chacha20 based arc4random().Xin LI
2012-02-12Globally replace u_int*_t from (non-contributed) man pages.Ed Schouten
2008-07-22Add arc4random_uniform() function (to avoid "modulo bias")Andrey A. Chernov
2008-07-21Implement arc4random_buf() functionAndrey A. Chernov
2003-07-31The upper end of the range of arc4random(3) is 2**32-1, not 2**31-1.David Schultz
2003-05-22Assorted mdoc(7) fixes.Ruslan Ermilov
2003-05-01Use the .Dl macro.Tom Rhodes
2003-05-01State the fact that the range is twice the traditional RAND_MAX.Tom Rhodes
2001-10-01mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov
2001-04-18mdoc(7) police: normalize .Nd.Ruslan Ermilov
2000-10-30Whitespace only change: trim trailing whitespace.Jeroen Ruigrok van der Werven
2000-04-21Introduce ".Lb" macro to libc manpages.Alexey Zelkin
2000-03-02Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn
1999-10-30mdoc(7)'fyAlexey Zelkin
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-07-12Add $Id$, to make it simpler for members of the translation teams toNik Clayton
1999-05-09More typos.Kris Kennaway
1999-05-09Typo.Kris Kennaway
1997-06-14Change u_char which require special include to unsigned charAndrey A. Chernov
1997-06-14Add arc4random() functions from OpenBSD. They are almost same as ourAndrey A. Chernov