sujit-random-number
v1.0.4
Published
sujit-random-number is an NPM Library to generate the random number with the length by default it will generate the random number with size 10 if you want to generate a random number with less than 10 then need to pass the size.
Downloads
4
Readme
sujit-random-number
sujit-random-number is an NPM Library to generate the random number with the length by default it will generate the random number with size 10 if you want to generate a random number with less than 10 then need to pass the size.
Installation
Use the node package manager NPM to install sujit-random-number.
npm install sujit-random-number
Usage
const ss = require ("sujit-random-number")
const rm = ss(7)
here 7 is the size of the random number
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.