aboutsummaryrefslogtreecommitdiff
path: root/bin/rndi.awk
Commit message (Collapse)AuthorAgeFilesLines
* Work around mawk's srand() behaviourTom Ryder2017-07-031-1/+4
| | | | | | | Specific values for these tasks get chosen way more often than other in mawk, and it seems to be caused by the random seed being above a certain value. Not sure if it's a bug or how it interacts with the POSIX standard, but this seems to fix it.
* Lots of cleanup of awk scriptsTom Ryder2017-07-021-7/+28
| | | | Mostly inspired by suggestions from gawk --lint
* Stylistic tweaks to awk scriptsTom Ryder2016-12-111-5/+3
|
* Move awk scripts into shb(1)Tom Ryder2016-08-161-0/+22