Uses of Class
org.apache.commons.rng.sampling.distribution.ZigguratSampler.NormalizedGaussian
Packages that use ZigguratSampler.NormalizedGaussian
Package
Description
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.NormalizedGaussianModifier and TypeMethodDescriptionZigguratSampler.NormalizedGaussian.of
(UniformRandomProvider rng) Create a new normalised Gaussian sampler.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.