aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/random.3
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2015-02-25 07:49:15 +0000
committerColin Percival <cperciva@FreeBSD.org>2015-02-25 07:49:15 +0000
commiteb51316b50c8cdc4b0397a569e18619778bea5c5 (patch)
tree71f8faf0da1d2cc762217489982156718a21fbda /lib/libc/stdlib/random.3
parente02196c57f4eb90330c82720208f8f3ef191a637 (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib/random.3')
-rw-r--r--lib/libc/stdlib/random.35
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