Generate n random numbers, in a given range.
n
The values are generated using Python's secrets module, which is deemed cryptographically secure (Please don't actually use this tool for cryptography!).
secrets
cli.py <count> <min> <max>