aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2024-01-06 06:01:00 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2024-01-10 06:09:47 +0000
commitdafd0d685531e8bc42d51b2128c287137791894b (patch)
treeb1a86c61a240d08aeb0179919fd95b4f9e6f0335
parent8338ea1d3cc705f08674285a884d3aa485bf6290 (diff)
downloadsrc-dafd0d685531e8bc42d51b2128c287137791894b.tar.gz
src-dafd0d685531e8bc42d51b2128c287137791894b.zip
History for arc4random_*()
-rw-r--r--lib/libc/gen/arc4random.311
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/libc/gen/arc4random.3 b/lib/libc/gen/arc4random.3
index 62b62e883e9c..1d5b3b9f43cb 100644
--- a/lib/libc/gen/arc4random.3
+++ b/lib/libc/gen/arc4random.3
@@ -132,6 +132,17 @@ functions using
.Sh HISTORY
These functions first appeared in
.Ox 2.1 .
+.Fn arc4random
+first appeared in
+.Fx 3.0 .
+.Fn arc4random_buf
+and
+.Fn arc4random_uniform
+first appeared in
+.Fx 8.0 .
+.Fn arc4random_stir
+was removed in
+.Fx 12.0 .
.Pp
The original version of this random number generator used the
RC4 (also known as ARC4) algorithm.