aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/man1/rnds.14
1 files changed, 3 insertions, 1 deletions
diff --git a/man/man1/rnds.1 b/man/man1/rnds.1
index 67a3f9a7..f259bd84 100644
--- a/man/man1/rnds.1
+++ b/man/man1/rnds.1
@@ -15,7 +15,9 @@ read, defaulting to 32. This is intended as a low-quality seed for rndi(1).
.P
/dev/urandom is tried first, then /dev/arandom, then /dev/random, before the
script gives up and emits nothing.
+.P
+If you have OpenSSL, you will almost certainly prefer rand(1ssl).
.SH SEE ALSO
-rndi(1), rnda(1), rndf(1), rndl(1), rndn(6)
+rndi(1), rnda(1), rndf(1), rndl(1), rand(1ssl), rndn(6)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>