1.1.3 • Published 8 months ago

uniqrandom v1.1.3

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

getRandom

var getRandom = require('generateRandom');
Generate a random number between two given ranges both included
console.log(getRandom(10,20));
output: 13
Generate a array with random numbers between two given ranges of given length
console.log(getRandom(30,40,5));
output: [ 33, 31, 39, 36, 34 ]; 
1.1.3

8 months ago

1.1.2

8 months ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago