0.26.0 • Published 5 years ago

random-values-generator v0.26.0

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

random-values-generator

Build Status

A small library that generates random values

Installation

npm install random-values-generator

Usage

const Any = require('random-values-generator');

let integer = Any.integer();

The variable integer will be a random integer

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

USEFUL LINKS: