1.1.1 • Published 2 years ago

random-num-gen-v2 v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Random Number Generator

install

npm i random-num-gen-v2

require

const random = require('random-num-gen-v2');

Then use it like a function

console.log (random({min},{max}))
//output: {the random number}

arguments

Add a min(included) and a max(excluded) number, if not it will give you a integer number within 0 and 1000

NPX

It can also be used without npm i and requiered (argument can be used as well with argv)

npx random-num-gen-v2 {min} {max}

It wont allow a min number bigger than the max number

1.1.1

2 years ago

1.1.0

2 years ago

1.0.14

2 years ago

1.0.0

2 years ago

1.0.13

2 years ago