1.0.4 • Published 1 year ago

random_number_generator_infinite v1.0.4

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

What is this ?

A Random number generator

Installation

RUN npm i random_number_generator_infinite

import random from "random_number_generator_infinite";
random(20,500);

Parameters

The Random Number Generator function takes two parameters, the first parameter is the min value and the second parameter is the max value.

By default the min value is 0 and the max value is 1000.