Interface SharedStateLongSampler
- 
- All Superinterfaces:
 LongSampler,SharedStateSampler<SharedStateLongSampler>
- All Known Implementing Classes:
 UniformLongSampler
public interface SharedStateLongSampler extends LongSampler, SharedStateSampler<SharedStateLongSampler>
Sampler that generates values of typelongand 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.distribution.LongSampler
sample, samples, samples 
- 
Methods inherited from interface org.apache.commons.rng.sampling.SharedStateSampler
withUniformRandomProvider 
 - 
 
 -