1.0.1 • Published 4 years ago

app_rng v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

What is this?

A Random number generator

Installation

Run 'npm i app_rng'

Use:

import rng from 'app_rng';

rng(5, 10);

Parameters

The Random Number Generator accepts two parameters, min and max values.

By default, 'min' set to 0, and 'max' set to 100.

1.0.1

4 years ago

1.0.0

4 years ago