1.0.0 • Published 7 months ago

nitheesh-nk-rng v1.0.0

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

What is this?

A random number generator

Installation

Run npm install nitheesh-nk-rng

Usage

import rng from 'nitheesh-nk-rng';
rng(5,10);

Parameter

The random number generator accepts two parameters min and max

By default min accepts 0 and max accepts 100.

1.0.0

7 months ago