1.0.0 • Published 7 months ago

sri_rng v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

What is this?

A random number generator

Installation

Run npm i sri_rng

Use:

import rng from 'sri_rng';

rng(5, 10);

Parameters

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

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

1.0.0

7 months ago