summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/rand48.3
diff options
context:
space:
mode:
authorjmc <>2014-12-09 21:55:39 +0000
committerjmc <>2014-12-09 21:55:39 +0000
commit760780ff2febbe89bdf24a72d3d96de9016fa52b (patch)
treeaaa98200fc90d6cb272d55ab31c8c105ca573860 /src/lib/libc/stdlib/rand48.3
parent2de55db591b79132a0d31ddc29a25b10a8a549b0 (diff)
downloadopenbsd-760780ff2febbe89bdf24a72d3d96de9016fa52b.tar.gz
openbsd-760780ff2febbe89bdf24a72d3d96de9016fa52b.tar.bz2
openbsd-760780ff2febbe89bdf24a72d3d96de9016fa52b.zip
Xr and Ox fixes;
Diffstat (limited to 'src/lib/libc/stdlib/rand48.3')
-rw-r--r--src/lib/libc/stdlib/rand48.310
1 files changed, 6 insertions, 4 deletions
diff --git a/src/lib/libc/stdlib/rand48.3 b/src/lib/libc/stdlib/rand48.3
index dce8c0dd18..a7c7fe3393 100644
--- a/src/lib/libc/stdlib/rand48.3
+++ b/src/lib/libc/stdlib/rand48.3
@@ -9,9 +9,9 @@
9.\" of any kind. I shall in no event be liable for anything that happens 9.\" of any kind. I shall in no event be liable for anything that happens
10.\" to anyone/anything when using this software. 10.\" to anyone/anything when using this software.
11.\" 11.\"
12.\" $OpenBSD: rand48.3,v 1.17 2014/12/08 21:45:20 deraadt Exp $ 12.\" $OpenBSD: rand48.3,v 1.18 2014/12/09 21:55:39 jmc Exp $
13.\" 13.\"
14.Dd $Mdocdate: December 8 2014 $ 14.Dd $Mdocdate: December 9 2014 $
15.Dt RAND48 3 15.Dt RAND48 3
16.Os 16.Os
17.Sh NAME 17.Sh NAME
@@ -73,7 +73,7 @@ In
73the 73the
74seeding parameters are ignored, and strong random number results will be 74seeding parameters are ignored, and strong random number results will be
75provided from 75provided from
76.Xr arc4random 3. 76.Xr arc4random 3 .
77In other systems, the 77In other systems, the
78parameters prime a simplistic deterministic algorithm. 78parameters prime a simplistic deterministic algorithm.
79.Pp 79.Pp
@@ -233,6 +233,8 @@ The
233.Fn srand48_deterministic , 233.Fn srand48_deterministic ,
234and 234and
235.Fn lcong48_deterministic 235.Fn lcong48_deterministic
236functions are OpenBSD extensions. 236functions are
237.Ox
238extensions.
237.Sh AUTHORS 239.Sh AUTHORS
238.An Martin Birgmeier 240.An Martin Birgmeier