random-value

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i random-value

Weekly Downloads

2

Version

1.0.0

License

Apache-2.0

Last publish

Collaborators

  • adamisntdead