@hellomonday/random
v1.0.0-beta.1
Published
Get a random number within a range
Downloads
13
Keywords
Readme
@hellomonday/random
Get a random number within a range
Install
$ npm install --save @hellomonday/random
Usage
const A = random(0, 200);
const B = random(-1000, 20);
const C = random(1, 0);
License
MIT © Hello Monday