summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/random.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/stdlib/random.3')
-rw-r--r--src/lib/libc/stdlib/random.310
1 files changed, 6 insertions, 4 deletions
diff --git a/src/lib/libc/stdlib/random.3 b/src/lib/libc/stdlib/random.3
index ad92b60387..020c72805f 100644
--- a/src/lib/libc/stdlib/random.3
+++ b/src/lib/libc/stdlib/random.3
@@ -25,9 +25,9 @@
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE. 26.\" SUCH DAMAGE.
27.\" 27.\"
28.\" $OpenBSD: random.3,v 1.27 2014/12/08 21:45:20 deraadt Exp $ 28.\" $OpenBSD: random.3,v 1.28 2014/12/09 21:55:39 jmc Exp $
29.\" 29.\"
30.Dd $Mdocdate: December 8 2014 $ 30.Dd $Mdocdate: December 9 2014 $
31.Dt RANDOM 3 31.Dt RANDOM 3
32.Os 32.Os
33.Sh NAME 33.Sh NAME
@@ -70,7 +70,7 @@ In
70the 70the
71.Ar seed 71.Ar seed
72variable is ignored, and strong random number results will be provided from 72variable is ignored, and strong random number results will be provided from
73.Xr arc4random 3. 73.Xr arc4random 3 .
74In other systems, the 74In other systems, the
75.Ar seed 75.Ar seed
76variable primes a simplistic deterministic algorithm. 76variable primes a simplistic deterministic algorithm.
@@ -183,7 +183,9 @@ function is an extension.
183.Pp 183.Pp
184The 184The
185.Fn srandom_deterministic 185.Fn srandom_deterministic
186function is an OpenBSD extension. 186function is an
187.Ox
188extension.
187.Sh HISTORY 189.Sh HISTORY
188These 190These
189functions appeared in 191functions appeared in