]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
man: Add HISTORY section to arc4random(3bsd)
authorGuillem Jover <guillem@hadrons.org>
Wed, 29 Mar 2023 00:32:37 +0000 (02:32 +0200)
committerGuillem Jover <guillem@hadrons.org>
Wed, 29 Mar 2023 00:49:28 +0000 (02:49 +0200)
man/arc4random.3bsd

index 9b11aa996f70743159f22872e9bb003952784725..7205f444217adc08acf72eb45cfb88c06d7dd98c 100644 (file)
@@ -250,6 +250,19 @@ system fails to provide entropy.
 .%O Document ID: 4027b5256e17b9796842e6d0f68b0b5e
 .%U http://cr.yp.to/papers.html#chacha
 .Re
+.Sh HISTORY
+These functions first appeared in
+.Ox 2.1 ,
+.Fx 3.0 ,
+.Nx 1.6 ,
+and
+.Dx 1.0 .
+The functions
+.Fn arc4random ,
+.Fn arc4random_buf
+and
+.Fn arc4random_uniform
+appeared in glibc 2.36.
 .Sh BUGS
 There is no way to get deterministic, reproducible results out of
 .Nm