I would like to use a quasi-random sequence, specifically Sobol, within a SciPy based simulation. Any recommendations on existing, efficient packages?
Chaospy is also a valid option. It allows to select several approaches towards low-discrepancy sampling (including 'Sobol, latin hypercube, etc) - for more details see the documentation.