1.0.2 • Published 3 years ago

mlgrnd v1.0.2

Weekly downloads
8
License
MIT
Repository
github
Last release
3 years ago

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))