Package org.apache.hadoop.hbase.util
Interface RandomDistribution.DiscreteRNG
- All Known Implementing Classes:
RandomDistribution.Binomial
,RandomDistribution.Flat
,RandomDistribution.Zipf
- Enclosing class:
- RandomDistribution
public static interface RandomDistribution.DiscreteRNG
Interface for discrete (integer) random distributions.
-
Method Summary
-
Method Details
-
nextInt
int nextInt()Get the next random number- Returns:
- the next random number.
-