Skip to content

Latest commit

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Stories in ReadyBitdeli Badge

rand

Random utilities for Node.js.

Usage

varrand=require('rand');varn=rand.int(1,10);// n is an integer in range [1, 9]varfoo=[1,2,3];varshuffled=rand.shuffled(foo);// or in place:rand.shuffle(foo);

Documentation

Check the source code. It's well documented.

About

Random Utilities

Resources

Stars

6 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages