scipy.stats.qmc.Sobol. random# Sobol.random(n=1, *, workers=1)[源代码]# 在半开区间 [0, 1) 中绘制 n 个样本。 参数: nint,可选要在参数空间中生成的样本数。默认为 1。 workersint,可选仅支持 Halton。用于并行处理的工作线程数。如果给定 -1,则使用所有 CPU 线程。默认为 1。当 n 大于 \(10^3\) 时,它比一个工作线程快。 返回: samplearray_like (n, d)QMC 样本。