1.0.0 • Published 5 months ago

rannumb v1.0.0

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

RandomNumberGenerator

This package helps you in getting a random number within your specified boundaries.

Installation

Run npm i rannumb

Use:

import rng from 'rannumb';

rng(500,1000);

Parameters

The Random Number Generator accepts two parameters i.e Min and Max values.

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

1.0.0

5 months ago