{ } Raw JSON

bundles / scipy latest / scipy / stats / _qmc / QMCEngine / random

function

scipy.stats._qmc:QMCEngine.random

source: /scipy/stats/_qmc.py :974

Signature

def   random ( self n : IntNumber = 1 * workers : IntNumber = 1 )  →  np.ndarray

Summary

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

Parameters

n : int, optional

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

workers : int, optional

Only supported with Halton. Number of workers to use for parallel processing. If -1 is given all CPU threads are used. Default is 1. It becomes faster than one worker for n greater than .

Returns

sample : array_like (n, d)

QMC sample.

Aliases

  • scipy.stats._qmc.QMCEngine.random