Package org.apache.commons.rng.sampling
Interface SharedStateObjectSampler<T>
-
- Type Parameters:
T
- Type of the sample.
- All Superinterfaces:
ObjectSampler<T>
,SharedStateSampler<SharedStateObjectSampler<T>>
- All Known Implementing Classes:
BoxSampler
,CollectionSampler
,CombinationSampler
,DirichletSampler
,DiscreteProbabilityCollectionSampler
,LineSampler
,PermutationSampler
,TetrahedronSampler
,TriangleSampler
,UnitBallSampler
,UnitSphereSampler
public interface SharedStateObjectSampler<T> extends ObjectSampler<T>, SharedStateSampler<SharedStateObjectSampler<T>>
Sampler that generates values of a specified type and can create new instances to sample from the same state with a given source of randomness.- Since:
- 1.4
-
-
Method Summary
-
Methods inherited from interface org.apache.commons.rng.sampling.ObjectSampler
sample, samples, samples
-
Methods inherited from interface org.apache.commons.rng.sampling.SharedStateSampler
withUniformRandomProvider
-
-