Skip to content

kaleb/js-rand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stories in Ready Bitdeli Badge

rand

Random utilities for Node.js.

Usage

var rand = require('rand');

var n = rand.int(1, 10);
// n is an integer in range [1, 9]

var foo = [1, 2, 3];
var shuffled = rand.shuffled(foo);
// or in place:
rand.shuffle(foo);

Documentation

Check the source code. It's well documented.

About

Random Utilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages