1.0.0 • Published 5 years ago

@rfcaio/randint v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

randint Build Status Coverage Status

A simple integer generator.

Install

$ npm install --save @rfcaio/randint

Usage

const randint = require('@rfcaio/randint')

randint() // A number between 0 and 9
1.0.0

5 years ago