bundles / scipy latest / scipy / stats / _qmc / Halton / _random
function
scipy.stats._qmc:Halton._random
source: /scipy/stats/_qmc.py :1255
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, optionalNumber of samples to generate in the parameter space. Default is 1.
workers: int, optionalNumber 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
ngreater than .
Returns
sample: array_like (n, d)QMC sample.
Aliases
-
scipy.stats._qmc.Halton._random