diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2015-02-25 07:49:15 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2015-02-25 07:49:15 +0000 |
| commit | eb51316b50c8cdc4b0397a569e18619778bea5c5 (patch) | |
| tree | 71f8faf0da1d2cc762217489982156718a21fbda /lib/libc/stdlib/random.3 | |
| parent | e02196c57f4eb90330c82720208f8f3ef191a637 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib/random.3')
| -rw-r--r-- | lib/libc/stdlib/random.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/stdlib/random.3 b/lib/libc/stdlib/random.3 index dc8e961d8cec8..254be0a3a07f7 100644 --- a/lib/libc/stdlib/random.3 +++ b/lib/libc/stdlib/random.3 @@ -54,9 +54,8 @@ .Fn setstate "char *state" .Sh DESCRIPTION .Bf -symbolic -The functions described in this manual page are not cryptographically -secure. -Cryptographic applications should use +The functions described in this manual page are not secure. +Applications which require unpredictable random numbers should use .Xr arc4random 3 instead. .Ef |
