random-value
v1.0.0
Published
Random Value Generation
Downloads
8
Maintainers
Readme
Random Value Generation
Installation
$ npm install --save random-value
Functions
Check out the docs! random-value.surge.sh
Usage
const random = require('random-value');
random.randomNumber() // Generates a random Number
random.randomBool() // Generates a random Boolean
Tests / Coverage
License
Apache-2.0 © Adam Kelly