1.0.0 • Published 3 years ago

@acurrz/node-random-int v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

About

RandInt was made to make generating a number easier.

Creator

Hello, my name is Acurrz I am the creator of RandInt.

Installation

npm install node-random-int

Usage

const { RandInt } = require('node-random-int');

let random = new RandInt(max);

console.log(random.int);
1.0.0

3 years ago