node_trial_mri

Random sum

Usage no npm install needed!

<script type="module">
  import nodeTrialMri from 'https://cdn.skypack.dev/node_trial_mri';
</script>

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