1.0.0 • Published 6 years ago

@rfcaio/randint v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 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

6 years ago