0.1.0 • Published 4 years ago

midhunfixedlengthrandomnumber v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Fixed length random number

A small library that generate fixed length random number

Installation

npm install midhunfixedlengthrandomnumber

Usage

var randomnumber = require('midhunfixedlengthrandomnumber');

var frandomNum = randomnumber(3);

Output should be 123

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.