1.0.0 • Published 7 months ago

nxg-random v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

What is this?

A random number generator

Installation

Run npm i nxg_random

USE:

import rng from 'nxg_random'

rng(5,10)

Parameters

Random number generator accepts two numbers, min and max values. By default min = 0 and max = 100

1.0.0

7 months ago