1.0.0 • Published 3 years ago

dhanushka-rng v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

What is this?

A random number generator.

Installation

Run 'npm i dhanushka-rng'

Use: ...

import rng from 'dhanushka-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.