I created a 6 factor Latin hypercube design with 50 samples using Python\'s pyDOE package:
from pyDOE import * samples = lhs(6, samples=50)
A