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
Classes in org.apache.commons.rng.sampling that implement SharedStateLongSamplerModifier and TypeClassDescriptionprivate static final classA composite long sampler with shared state support.Subclasses with type arguments of type SharedStateLongSampler in org.apache.commons.rng.samplingModifier and TypeClassDescriptionprivate static final classA composite long sampler with shared state support.Classes in org.apache.commons.rng.sampling that implement interfaces with type arguments of type SharedStateLongSamplerModifier and TypeClassDescriptionprivate static final classA factory for creating a composite SharedStateLongSampler.Methods in org.apache.commons.rng.sampling that return SharedStateLongSamplerModifier and TypeMethodDescriptionCompositeSamplers.SharedStateLongSamplerFactory.createSampler(DiscreteSampler discreteSampler, List<SharedStateLongSampler> samplers) 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.Method parameters in org.apache.commons.rng.sampling with type arguments of type SharedStateLongSamplerModifier and TypeMethodDescriptionCompositeSamplers.SharedStateLongSamplerFactory.createSampler(DiscreteSampler discreteSampler, List<SharedStateLongSampler> samplers) Constructor parameters in org.apache.commons.rng.sampling with type arguments of type SharedStateLongSamplerModifierConstructorDescription(package private)CompositeSharedStateLongSampler(SharedStateDiscreteSampler discreteSampler, List<SharedStateLongSampler> samplers) -
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.private static final classDiscrete uniform distribution sampler when the sample value is fixed.private static final classDiscrete uniform distribution sampler when the range between lower and upper is too large to fit in a positive long.private static final classAdds an offset to an underlying discrete sampler.private static final classDiscrete uniform distribution sampler when the range is a power of 2 and greater than 1.private static final classDiscrete uniform distribution sampler when the range is small enough to fit in a positive long.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.