Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Provides random

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages