For Sable strings, try sobol_seq .
Generally speaking, the best package I have found for working with quasi-random sequences is diversification .
There are also packages focused on specific implementations, for example, sudoku_lhs works with Latin hypercubes and an option for restricting Sudoku type.
PyDOE implements at least a Latin hypercube (maybe more).
The most interesting package I found is py-design , which creates a wrapper for Fortran 90 codes on about 15 methods. Unfortunately, this does not seem to work (some assets are missing).
mikkokotila
source share