Uses of Class
org.apache.commons.rng.sampling.CompositeSamplers.SamplerBuilder.Specialisation
-
Packages that use CompositeSamplers.SamplerBuilder.Specialisation Package Description org.apache.commons.rng.sampling This package provides sampling utilities. -
-
Uses of CompositeSamplers.SamplerBuilder.Specialisation in org.apache.commons.rng.sampling
Fields in org.apache.commons.rng.sampling declared as CompositeSamplers.SamplerBuilder.Specialisation Modifier and Type Field Description private CompositeSamplers.SamplerBuilder.SpecialisationCompositeSamplers.SamplerBuilder. specialisationThe specialisation of the sampler.Methods in org.apache.commons.rng.sampling that return CompositeSamplers.SamplerBuilder.Specialisation Modifier and Type Method Description static CompositeSamplers.SamplerBuilder.SpecialisationCompositeSamplers.SamplerBuilder.Specialisation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CompositeSamplers.SamplerBuilder.Specialisation[]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.Specialisation Constructor Description SamplerBuilder(CompositeSamplers.SamplerBuilder.Specialisation specialisation, CompositeSamplers.SamplerBuilder.SamplerFactory<S> compositeFactory)
-