lhs
v0.0.0
Published
Adaptation to JavaScript of randomLHS.R (by Doug Mooney, Rob Carnell)
Downloads
5
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