Uses of Class
org.apache.commons.rng.sampling.distribution.TSampler.NormalTSampler
-
Packages that use TSampler.NormalTSampler Package Description org.apache.commons.rng.sampling.distribution This package contains classes for sampling from statistical distributions. -
-
Uses of TSampler.NormalTSampler in org.apache.commons.rng.sampling.distribution
Methods in org.apache.commons.rng.sampling.distribution that return TSampler.NormalTSampler Modifier and Type Method Description TSampler.NormalTSampler
TSampler.NormalTSampler. 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.
-