expact-random

1.0.0 • Public • Published

Random

Provides functions for generating random numbers.

Usage

var random = require('expact-random').random,
    randomInt = require('expact-random').randomInt;
random(0, 1); // A number between 0 & 1.
randomInt(1, 6); // An int between 1 & 6.

Readme

Keywords

none

Package Sidebar

Install

npm i expact-random

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • johannilsson