1.0.0 • Published 2 years ago

bluechocoboy v1.0.0

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

What is this?

A random number generator

Installation

Run npm i bluechocoboy

Use:

import rng from 'bluechocoboy';

rng(5, 10);

Parameters

The Random Number Generator accepts two parameters, min and max values.

By default, min is set to 0, and max is set to 100.

1.0.0

2 years ago