# rng Generates pseudorandom numbers ## Usage ./rng: Random Number Generator Usage: ./rng [-hsd] [-n ] [-m ] [-S ] -h: print this help text -n : Number of random numbers to print (default: 6) -m : Max number than can be generated (default: 110) -S : The separator to use when displaying the numbers (default: \n) -s: Sort the numbers -d: Avoid duplicates ## Build To build, install [hare](https://harelang.org) and run: $ hare build rng.ha