1.0.4 • Published 2 years ago

sujit-random-number v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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.

License

MIT

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago