BoxMullerSampler
Box-Muller algorithm for sampling from a Gaussian distribution.
Based on Commons RNG implementation. See https://commons.apache.org/proper/commons-rng/commons-rng-sampling/apidocs/org/apache/commons/rng/sampling/distribution/BoxMullerNormalizedGaussianSampler.html.
Functions
Link copied to clipboard
open override fun sample(generator: RandomGenerator): BlockingDoubleChain
Content copied to clipboard
Generates a chain of samples.