1.0.2 • Published 4 years ago
mlgrnd v1.0.2
Introduction
I don't recommend using this as a serious random. Idk why I created this...
Installation
$ npm install mlgrnd
Examples
const makeRandomInt = require('mlgrnd')
const myNumber = makeRandomInt(100, 200)
console.log(myNumber)
or
const makeRandomInt = require('mlgrnd')
console.log(makeRandomInt(100, 200))