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