Uses of Interface
org.apache.commons.rng.sampling.distribution.SharedStateLongSampler
Packages that use SharedStateLongSampler
Package
Description
This package provides sampling utilities.
This package contains classes for sampling from statistical distributions.
-
Uses of SharedStateLongSampler in org.apache.commons.rng.sampling
Methods in org.apache.commons.rng.sampling that return types with arguments of type SharedStateLongSamplerModifier and TypeMethodDescriptionCompositeSamplers.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 SharedStateLongSamplerModifier and TypeClassDescriptionclassDiscrete uniform distribution sampler generating values of typelong.Subinterfaces with type arguments of type SharedStateLongSampler in org.apache.commons.rng.sampling.distributionModifier and TypeInterfaceDescriptioninterfaceSampler that generates values of typelongand can create new instances to sample from the same state with a given source of randomness.