Skip to content

lucasSzavara/random-values-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: