Uses of Class
org.apache.commons.rng.sampling.distribution.UniformLongSampler
Packages that use UniformLongSampler
Package
Description
This package contains classes for sampling from statistical distributions.
-
Uses of UniformLongSampler in org.apache.commons.rng.sampling.distribution
Methods in org.apache.commons.rng.sampling.distribution that return UniformLongSamplerModifier and TypeMethodDescriptionstatic UniformLongSamplerUniformLongSampler.of(UniformRandomProvider rng, long lower, long upper) Creates a new discrete uniform distribution sampler.abstract UniformLongSamplerUniformLongSampler.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.