talkative-rng

1.1.0 • Public • Published

What is this?

A random number generator

Installation

Run

npm i talkative-rng

Use:

import {getRandomArb, getRandomInt} from 'talkative-rng';
console.log(getRandomArb(), getRandomInt());

Parameters

Both Functions accepts two parameters, min and max values.

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

Package Sidebar

Install

npm i talkative-rng

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

961 B

Total Files

3

Last publish

Collaborators

  • talkativediv