aboutsummaryrefslogtreecommitdiff
path: root/man/man1
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-01 10:52:34 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-01 10:52:34 +1200
commit001a041f50b182e67b0591b76dc0ff16cf243bd0 (patch)
treeffdd9f4dfe243a89187607afb16f3b27b022b628 /man/man1
parentChange feh(1) call in xrbg(1) to be an exec (diff)
downloaddotfiles-001a041f50b182e67b0591b76dc0ff16cf243bd0.tar.gz
dotfiles-001a041f50b182e67b0591b76dc0ff16cf243bd0.zip
Add rnda(1)
Diffstat (limited to 'man/man1')
-rw-r--r--man/man1/rnda.116
1 files changed, 16 insertions, 0 deletions
diff --git a/man/man1/rnda.1 b/man/man1/rnda.1
new file mode 100644
index 00000000..c0fb3497
--- /dev/null
+++ b/man/man1/rnda.1
@@ -0,0 +1,16 @@
+.TH RNDA 1 "August 2016" "Manual page for rnda"
+.SH NAME
+.B rnda
+\- return a low-quality random choice from the given arguments
+.SH SYNOPSIS
+.B rnda
+.br
+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.
+.SH SEE ALSO
+rndf(1), rndi(1)
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>