diff options
Diffstat (limited to 'src/lib/libc/stdlib/rand48.3')
-rw-r--r-- | src/lib/libc/stdlib/rand48.3 | 10 |
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 | |||
73 | the | 73 | the |
74 | seeding parameters are ignored, and strong random number results will be | 74 | seeding parameters are ignored, and strong random number results will be |
75 | provided from | 75 | provided from |
76 | .Xr arc4random 3. | 76 | .Xr arc4random 3 . |
77 | In other systems, the | 77 | In other systems, the |
78 | parameters prime a simplistic deterministic algorithm. | 78 | parameters prime a simplistic deterministic algorithm. |
79 | .Pp | 79 | .Pp |
@@ -233,6 +233,8 @@ The | |||
233 | .Fn srand48_deterministic , | 233 | .Fn srand48_deterministic , |
234 | and | 234 | and |
235 | .Fn lcong48_deterministic | 235 | .Fn lcong48_deterministic |
236 | functions are OpenBSD extensions. | 236 | functions are |
237 | .Ox | ||
238 | extensions. | ||
237 | .Sh AUTHORS | 239 | .Sh AUTHORS |
238 | .An Martin Birgmeier | 240 | .An Martin Birgmeier |