1.0.1 • Published 6 years ago

@dkh-dev/random v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

random

Get a random integer

Installation

$ npm install @dkh-dev/random

Examples

import random from '@dkh-dev/random';

console.log(random(), random(), random(-100, 100), random(-100, 100));
// => 1 0 -96 84
1.0.1

6 years ago

1.0.0

6 years ago