1.0.0 • Published 3 years ago
coding-npm v1.0.0
What is the?
A number generator
Installation
Run npm i coding-npm
use:
import rng from `coding-npm`;
rng(5, 10);
## Parameters
The number generator accepts two parameters, min and max values.
By default, `min` is set to 0 and `max` is set to 100.
1.0.0
3 years ago