1.0.0 • Published 3 years ago
first_package_suraj v1.0.0
What is this?
A random number generator.
Installation
Run npm i first_package_suraj
Use:
import rng from 'first_package_suraj'
rng(5, 10);
Parameters
The Random 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