random-values-generator
v0.26.0
Published
A simple package that generates random values
Maintainers
Readme
random-values-generator
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:
- Github: https://github.com/lucasSzavara/random-values-generator
- Trello: https://trello.com/b/rMajBLuT/random-values-generator
- NPM: https://www.npmjs.com/package/random-values-generator
