1.0.0 • Published 3 years ago

node_trial_mri v1.0.0

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

what is this?

A sum of two random number

Installation

Run npm i node_trial_mri

Use:

import srng from 'node_trial_mri' 

srng(4, 97);

Parameters

The 2 numbers are limit to the random number generated with first being the lower limit and the second being higher limit

default min = 0, max = 100