diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-06-07 02:31:03 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-06-07 02:31:03 +0000 |
| commit | df49b8e2abb4cb8b67689d715b76209a676604df (patch) | |
| tree | 4237a1c498f5ce7c7540c75988b941207d2ef800 /lib/libc/stdlib/random.3 | |
| parent | 1fbcf0ac65c5ae77d761737f97d6ff04e8c6bf69 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib/random.3')
| -rw-r--r-- | lib/libc/stdlib/random.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/random.3 b/lib/libc/stdlib/random.3 index f128a50f38c9..08a6d6456a43 100644 --- a/lib/libc/stdlib/random.3 +++ b/lib/libc/stdlib/random.3 @@ -101,7 +101,7 @@ as the seed. The .Fn srandomdev routine initialize a state array using -.Xr urandom 4 +.Xr random 4 random number device which returns good random numbers, suitable for cryptographic use. Note that this particular seeding @@ -176,7 +176,7 @@ messages are printed on the standard error output. .Sh SEE ALSO .Xr rand 3 , .Xr srand 3 , -.Xr urandom 4 +.Xr random 4 .Sh HISTORY These functions appeared in |
