https://github.com/realorangeone/n-random-gen
Generate 'n' random numbers in a given range
https://github.com/realorangeone/n-random-gen
Last synced: about 1 year ago
JSON representation
Generate 'n' random numbers in a given range
- Host: GitHub
- URL: https://github.com/realorangeone/n-random-gen
- Owner: RealOrangeOne
- License: mit
- Created: 2019-08-11T22:35:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-14T20:28:27.000Z (almost 7 years ago)
- Last Synced: 2025-02-10T12:43:07.715Z (over 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# _N_ Random Gen
Generate `n` random numbers, in a given range.
The values are generated using Python's [`secrets`](https://docs.python.org/3/library/secrets.html) module, which is deemed cryptographically secure (Please don't _actually_ use this tool for cryptography!).
## Usage
```
cli.py
```