Uses of Class
org.apache.commons.rng.sampling.distribution.ZigguratSampler.Exponential
-
Packages that use ZigguratSampler.Exponential Package Description org.apache.commons.rng.sampling.distribution This package contains classes for sampling from statistical distributions. -
-
Uses of ZigguratSampler.Exponential in org.apache.commons.rng.sampling.distribution
Methods in org.apache.commons.rng.sampling.distribution that return ZigguratSampler.Exponential Modifier and Type Method Description static ZigguratSampler.Exponential
ZigguratSampler.Exponential. of(UniformRandomProvider rng)
Create a new exponential sampler withmean = 1
.static ZigguratSampler.Exponential
ZigguratSampler.Exponential. of(UniformRandomProvider rng, double mean)
Create a new exponential sampler with the specifiedmean
.ZigguratSampler.Exponential
ZigguratSampler.Exponential. 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.
-