aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
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 /README.markdown
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 'README.markdown')
-rw-r--r--README.markdown3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index afd005d0..95153945 100644
--- a/README.markdown
+++ b/README.markdown
@@ -303,8 +303,9 @@ Installed by the `install-bin` target:
* `rfct(1)` formats ASCII RFCs.
* `rfcr(1)` does both, displaying in a pager if appropriate, like a
`man(1)` reader for RFCs.
-* Four toy random-number scripts (not for sensitive/dead-serious use):
+* Five toy random-number scripts (not for sensitive/dead-serious use):
* `rndi(1)` gets a random integer within two bounds
+ * `rnds(1)` attempts to get an optional random seed for `rndi(1)`
* `rnda(1)` uses `rndi(1)` to choose a random argument
* `rndf(1)` uses `rnda(1)` to choose a random file from a directory
* `rndl(1)` uses `rndi(1)` to choose a random line from files