Skip to content

Files

Latest commit

 

History

History

random

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Random

Standard library generic random functions.

Usage

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

random

Standard library generic random functions.

var rand = random;
// returns {...}

Examples

var getKeys = require( 'object-keys' ).shim();
var ns = require( '@stdlib/random' );

console.log( getKeys( ns ) );