An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# random-values-generator

[![Build Status](https://travis-ci.org/lucasSzavara/random-values-generator.svg?branch=master)](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