Uses of Enum
org.apache.commons.rng.sampling.CompositeSamplers.DiscreteProbabilitySampler
Packages that use CompositeSamplers.DiscreteProbabilitySampler
-
Uses of CompositeSamplers.DiscreteProbabilitySampler in org.apache.commons.rng.sampling
Subclasses with type arguments of type CompositeSamplers.DiscreteProbabilitySampler in org.apache.commons.rng.samplingModifier and TypeClassDescriptionstatic enumThe DiscreteProbabilitySampler class defines implementations that sample from a user-defined discrete probability distribution.Methods in org.apache.commons.rng.sampling that return CompositeSamplers.DiscreteProbabilitySamplerModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.CompositeSamplers.DiscreteProbabilitySampler.values()Returns an array containing the constants of this enum type, in the order they are declared.