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