Uses of Class
org.apache.commons.rng.sampling.distribution.ZigguratSampler.NormalizedGaussian
-
Packages that use ZigguratSampler.NormalizedGaussian Package Description org.apache.commons.rng.sampling.distribution This package contains classes for sampling from statistical distributions. -
-
Uses of ZigguratSampler.NormalizedGaussian in org.apache.commons.rng.sampling.distribution
Methods in org.apache.commons.rng.sampling.distribution that return ZigguratSampler.NormalizedGaussian Modifier and Type Method Description static ZigguratSampler.NormalizedGaussian
ZigguratSampler.NormalizedGaussian. of(UniformRandomProvider rng)
Create a new normalised Gaussian sampler.ZigguratSampler.NormalizedGaussian
ZigguratSampler.NormalizedGaussian. withUniformRandomProvider(UniformRandomProvider rng)
Create a new instance of the sampler with the same underlying state using the given uniform random provider as the source of randomness.
-