@acurrz/node-random-int
v1.0.0
Published
Generate a random number with ease.
Downloads
7
Readme
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);