Uses of Class
org.apache.commons.rng.sampling.PermutationSampler
Packages that use PermutationSampler
-
Uses of PermutationSampler in org.apache.commons.rng.sampling
Methods in org.apache.commons.rng.sampling that return PermutationSamplerModifier and TypeMethodDescriptionPermutationSampler.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.Constructors in org.apache.commons.rng.sampling with parameters of type PermutationSamplerModifierConstructorDescriptionprivate
PermutationSampler
(UniformRandomProvider rng, PermutationSampler source)