Uses of Class
org.apache.commons.rng.sampling.CollectionSampler
-
Packages that use CollectionSampler Package Description org.apache.commons.rng.sampling This package provides sampling utilities. -
-
Uses of CollectionSampler in org.apache.commons.rng.sampling
Methods in org.apache.commons.rng.sampling that return CollectionSampler Modifier and Type Method Description CollectionSampler<T>
CollectionSampler. 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.
-