node_trial_mri
v1.0.0
Published
Random sum
Downloads
11
Readme
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