diff options
| author | Warner Losh <imp@FreeBSD.org> | 2004-11-10 17:25:49 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2004-11-10 17:25:49 +0000 |
| commit | dfcc91e219593066705b396070817c8336791664 (patch) | |
| tree | 8d513dd345c3532684fd03b5e418d0d5f59aa4b1 /lib | |
| parent | 4fc173317b940c01af45b3389684a89fbcc309b6 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/stdlib/rand.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/stdlib/rand.3 b/lib/libc/stdlib/rand.3 index c0500ba7970c..ee24dbaaafd8 100644 --- a/lib/libc/stdlib/rand.3 +++ b/lib/libc/stdlib/rand.3 @@ -91,8 +91,10 @@ The .Fn sranddev function initializes a seed using the .Xr random 4 -random number device which returns good random numbers, -suitable for cryptographic use. +random number device which returns good random numbers. +However, the +.Fn rand +function still remains unsuitable for cryptographic use. .Pp The .Fn rand_r |
