Uses of Class
org.apache.commons.rng.sampling.distribution.StableSampler.LevyStableSampler
-
Packages that use StableSampler.LevyStableSampler Package Description org.apache.commons.rng.sampling.distribution This package contains classes for sampling from statistical distributions. -
-
Uses of StableSampler.LevyStableSampler in org.apache.commons.rng.sampling.distribution
Methods in org.apache.commons.rng.sampling.distribution that return StableSampler.LevyStableSampler Modifier and Type Method Description StableSampler.LevyStableSampler
StableSampler.LevyStableSampler. withUniformRandomProvider(UniformRandomProvider rng)
Constructors in org.apache.commons.rng.sampling.distribution with parameters of type StableSampler.LevyStableSampler Constructor Description LevyStableSampler(UniformRandomProvider rng, StableSampler.LevyStableSampler source)
-