Skip to content

Latest commit

 

History

History
 
 

README.md

Tools

Pseudorandom number generator (PRNG) array creation function tools.

Usage

var ns = require( '@stdlib/random/array/tools' );

ns

Namespace containing array creation pseudorandom number generator (PRNG) function tools.

var o = ns;
// returns {...}

The namespace contains the following:

Examples

var objectKeys = require( '@stdlib/utils/keys' );
var ns = require( '@stdlib/random/array/tools' );

console.log( objectKeys( ns ) );