This is documentation for an old release of SciPy (version 1.8.1). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.stats.qmc.QMCEngine.random#

abstract QMCEngine.random(n=1)[source]#

Draw n in the half-open interval [0, 1).

Parameters
nint, optional

Number of samples to generate in the parameter space. Default is 1.

Returns
samplearray_like (n, d)

QMC sample.