scipy.stats.qmc.Sobol.random

Sobol.random(n=1)[source]

Draw next point(s) in the Sobol’ sequence.

Parameters
nint, optional

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

Returns
samplearray_like (n, d)

Sobol’ sample.