https://github.com/lucasszavara/random-values-generator
A simple package that generates random values
https://github.com/lucasszavara/random-values-generator
node-js node-module nodejs random-generation random-number-generators testing-tools
Last synced: about 2 months ago
JSON representation
A simple package that generates random values
- Host: GitHub
- URL: https://github.com/lucasszavara/random-values-generator
- Owner: lucasSzavara
- License: mit
- Created: 2019-04-14T03:50:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-16T22:16:18.000Z (about 7 years ago)
- Last Synced: 2025-03-18T12:55:31.151Z (about 1 year ago)
- Topics: node-js, node-module, nodejs, random-generation, random-number-generators, testing-tools
- Language: JavaScript
- Size: 26.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# random-values-generator
[](https://travis-ci.org/lucasSzavara/random-values-generator)
A small library that generates random values
## Installation
`npm install random-values-generator`
## Usage
```javascript
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