Skip to content

adamisntdead/random-value

Repository files navigation

random-value

Random Value Generation

NPM version Build Status Dependency Status


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

Coverage

License

Apache-2.0 © Adam Kelly