Uses of Interface
org.apache.commons.rng.sampling.CompositeSamplers.SamplerBuilder.SamplerFactory
-
Packages that use CompositeSamplers.SamplerBuilder.SamplerFactory Package Description org.apache.commons.rng.sampling This package provides sampling utilities. -
-
Uses of CompositeSamplers.SamplerBuilder.SamplerFactory in org.apache.commons.rng.sampling
Classes in org.apache.commons.rng.sampling that implement CompositeSamplers.SamplerBuilder.SamplerFactory Modifier and Type Class Description private static classCompositeSamplers.ContinuousSamplerFactoryA factory for creating a composite ContinuousSampler.private static classCompositeSamplers.DiscreteSamplerFactoryA factory for creating a composite DiscreteSampler.private static classCompositeSamplers.LongSamplerFactoryA factory for creating a composite LongSampler.private static classCompositeSamplers.ObjectSamplerFactory<T>A factory for creating a composite ObjectSampler.private static classCompositeSamplers.SharedStateContinuousSamplerFactoryA factory for creating a composite SharedStateContinuousSampler.private static classCompositeSamplers.SharedStateDiscreteSamplerFactoryA factory for creating a composite SharedStateDiscreteSampler.private static classCompositeSamplers.SharedStateLongSamplerFactoryA factory for creating a composite SharedStateLongSampler.private static classCompositeSamplers.SharedStateObjectSamplerFactory<T>A factory for creating a composite SharedStateObjectSampler.Fields in org.apache.commons.rng.sampling declared as CompositeSamplers.SamplerBuilder.SamplerFactory Modifier and Type Field Description private CompositeSamplers.SamplerBuilder.SamplerFactory<S>CompositeSamplers.SamplerBuilder. compositeFactoryThe factory to create the composite sampler.Constructors in org.apache.commons.rng.sampling with parameters of type CompositeSamplers.SamplerBuilder.SamplerFactory Constructor Description SamplerBuilder(CompositeSamplers.SamplerBuilder.Specialisation specialisation, CompositeSamplers.SamplerBuilder.SamplerFactory<S> compositeFactory)
-