Uses of Enum
org.apache.commons.rng.sampling.CompositeSamplers.SamplerBuilder.Specialisation
Packages that use CompositeSamplers.SamplerBuilder.Specialisation
-
Uses of CompositeSamplers.SamplerBuilder.Specialisation in org.apache.commons.rng.sampling
Subclasses with type arguments of type CompositeSamplers.SamplerBuilder.Specialisation in org.apache.commons.rng.samplingModifier and TypeClassDescription(package private) static enumThe specialisation of composite sampler to build.Fields in org.apache.commons.rng.sampling declared as CompositeSamplers.SamplerBuilder.SpecialisationModifier and TypeFieldDescriptionprivate final CompositeSamplers.SamplerBuilder.SpecialisationCompositeSamplers.SamplerBuilder.specialisationThe specialisation of the sampler.Methods in org.apache.commons.rng.sampling that return CompositeSamplers.SamplerBuilder.SpecialisationModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.CompositeSamplers.SamplerBuilder.Specialisation.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.commons.rng.sampling with parameters of type CompositeSamplers.SamplerBuilder.SpecialisationModifierConstructorDescription(package private)SamplerBuilder(CompositeSamplers.SamplerBuilder.Specialisation specialisation, CompositeSamplers.SamplerBuilder.SamplerFactory<S> compositeFactory)