public static interface RandomDistribution.RandomNumericGenerator
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
next(java.util.Random random)
Generate next random number within the specified range given on creation of the generator.
|