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 class
CompositeSamplers.ContinuousSamplerFactory
A factory for creating a composite ContinuousSampler.private static class
CompositeSamplers.DiscreteSamplerFactory
A factory for creating a composite DiscreteSampler.private static class
CompositeSamplers.LongSamplerFactory
A factory for creating a composite LongSampler.private static class
CompositeSamplers.ObjectSamplerFactory<T>
A factory for creating a composite ObjectSampler.private static class
CompositeSamplers.SharedStateContinuousSamplerFactory
A factory for creating a composite SharedStateContinuousSampler.private static class
CompositeSamplers.SharedStateDiscreteSamplerFactory
A factory for creating a composite SharedStateDiscreteSampler.private static class
CompositeSamplers.SharedStateLongSamplerFactory
A factory for creating a composite SharedStateLongSampler.private static class
CompositeSamplers.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. compositeFactory
The 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)
-