Uses of Class
org.apache.commons.rng.sampling.distribution.LevySampler
-
Packages that use LevySampler Package Description org.apache.commons.rng.sampling.distribution This package contains classes for sampling from statistical distributions. -
-
Uses of LevySampler in org.apache.commons.rng.sampling.distribution
Methods in org.apache.commons.rng.sampling.distribution that return LevySampler Modifier and Type Method Description static LevySampler
LevySampler. of(UniformRandomProvider rng, double location, double scale)
Create a new Lévy distribution sampler.LevySampler
LevySampler. 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.Constructors in org.apache.commons.rng.sampling.distribution with parameters of type LevySampler Constructor Description LevySampler(UniformRandomProvider rng, LevySampler source)
-