William Blattman

Results 1 comments of William Blattman

Calling `np.random.seed()` before each call should do it. ```python >>> import numpy as np >>> import pyDOE >>> pyDOE.lhs(2, 5) array([[ 0.70104734, 0.67737853], [ 0.04406124, 0.24034865], [ 0.52808135, 0.06996526], [...