Interface LongSampler
-
- All Known Subinterfaces:
SharedStateLongSampler
- All Known Implementing Classes:
UniformLongSampler
public interface LongSampler
Sampler that generates values of typelong
.- Since:
- 1.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
sample()
Creates a sample.
-