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.