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

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