An open API service indexing awesome lists of open source software.

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

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
```