Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Tools

Pseudorandom number generator ndarray creation function tools.

Usage

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

ns

Pseudorandom number generator ndarray creation function tools.

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

The namespace exports the following:

Examples

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

console.log( objectKeys( ns ) );