1.0.0 • Published 1 year ago

fa-random-int v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

What does this package do?

This package generates a random integer value

Installation

Run any of the following commands

npm i fa-random-int npm install fa-random-int

How to use?

import rng from 'fa-random-int';

rng(10, 20);

Parameters

The random number generator accepts two parameters, min and max values. By default min = 1 and max = 100

1.0.0

1 year ago