1
Fork 0
Generate 'n' random numbers in a given range
Find a file
2019-08-14 21:28:21 +01:00
.gitignore Add gitignore 2019-08-11 23:49:33 +01:00
cli.py Make the script executable 2019-08-14 21:28:21 +01:00
LICENSE Create LICENSE 2019-08-11 23:52:46 +01:00
README.md Line break 2019-08-11 23:53:21 +01:00

N Random Gen

Generate n random numbers, in a given range.

The values are generated using Python's secrets module, which is deemed cryptographically secure (Please don't actually use this tool for cryptography!).

Usage

cli.py <count> <min> <max>