Uses of Interface
org.apache.commons.rng.sampling.distribution.SharedStateLongSampler
-
Packages that use SharedStateLongSampler Package Description org.apache.commons.rng.sampling Samplersorg.apache.commons.rng.sampling.distribution Distribution samplers -
-
Uses of SharedStateLongSampler in org.apache.commons.rng.sampling
Methods in org.apache.commons.rng.sampling that return types with arguments of type SharedStateLongSampler Modifier and Type Method Description static CompositeSamplers.Builder<SharedStateLongSampler>
CompositeSamplers. newSharedStateLongSamplerBuilder()
Create a new builder for a compositeSharedStateLongSampler
. -
Uses of SharedStateLongSampler in org.apache.commons.rng.sampling.distribution
Classes in org.apache.commons.rng.sampling.distribution that implement SharedStateLongSampler Modifier and Type Class Description class
UniformLongSampler
Discrete uniform distribution sampler generating values of typelong
.
-