Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

lhs

plom-io4MIT0.0.0

Adaptation to JavaScript of randomLHS.R (by Doug Mooney, Rob Carnell)

random, Latin, Hyper, Square, LHS

readme

lhs

Adaptation to JavaScript of randomLHS.R (by Doug Mooney, Rob Carnell)

Usage

var lhs = require('lhs');
var rlhs = lhs.random(10, 3);

Tests

npm test