1.0.0 • Published 4 years ago

bdp471 v1.0.0

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

what is this?

A random number generator

installation

Run npm i bdp471

use:

const rng = require('bdp471');
rng(5,10);

Parameters

The Random number generator accepts 2 parameters min and max values.

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