This package generates a random integer value
Run any of the following commands
npm i fa-random-int
npm install fa-random-int
import rng from 'fa-random-int';
rng(10, 20);
The random number generator accepts two parameters, min and max values. By default min = 1 and max = 100