aboutsummaryrefslogtreecommitdiff
path: root/man/man1/rnda.1
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-03 17:57:47 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-03 18:03:38 +1200
commit8783a7ba4fccb5f8bb178241a98392cb4b6f6f6c (patch)
tree9323cf3529ba1c809beed46256889b8ee88c6d0d /man/man1/rnda.1
parentAllow numerator and denominator in myb(1) (diff)
downloaddotfiles-8783a7ba4fccb5f8bb178241a98392cb4b6f6f6c.tar.gz
dotfiles-8783a7ba4fccb5f8bb178241a98392cb4b6f6f6c.zip
Add rnds(1)
Low-quality random seed attempt.
Diffstat (limited to 'man/man1/rnda.1')
-rw-r--r--man/man1/rnda.17
1 files changed, 4 insertions, 3 deletions
diff --git a/man/man1/rnda.1 b/man/man1/rnda.1
index 09833927..3c573662 100644
--- a/man/man1/rnda.1
+++ b/man/man1/rnda.1
@@ -8,9 +8,10 @@
arg1 arg2 arg3
.SH DESCRIPTION
.B rnda
-prints a random choice from the given arguments. It uses rndi(1), which is not
-a high-quality random number source.
+prints a random choice from the given arguments. It uses rndi(1), which is
+probably not a high-quality source, but should differ within seconds and
+between runs on most systems.
.SH SEE ALSO
-rndf(1), rndi(1), rndl(1), rndn(6)
+rndf(1), rndi(1), rndl(1), rnds(1), rndn(6)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>