Uses of Interface
org.apache.commons.rng.sampling.distribution.LongSampler
-
Packages that use LongSampler Package Description org.apache.commons.rng.sampling This package provides sampling utilities.org.apache.commons.rng.sampling.distribution This package contains classes for sampling from statistical distributions. -
-
Uses of LongSampler in org.apache.commons.rng.sampling
Methods in org.apache.commons.rng.sampling that return types with arguments of type LongSampler Modifier and Type Method Description static CompositeSamplers.Builder<LongSampler>
CompositeSamplers. newLongSamplerBuilder()
Create a new builder for a compositeLongSampler
. -
Uses of LongSampler in org.apache.commons.rng.sampling.distribution
Subinterfaces of LongSampler in org.apache.commons.rng.sampling.distribution Modifier and Type Interface Description interface
SharedStateLongSampler
Sampler that generates values of typelong
and can create new instances to sample from the same state with a given source of randomness.Classes in org.apache.commons.rng.sampling.distribution that implement LongSampler Modifier and Type Class Description class
UniformLongSampler
Discrete uniform distribution sampler generating values of typelong
.
-