public final class UniformIntegerDistribution extends IntegerDistribution
| Constructor and Description |
|---|
UniformIntegerDistribution(int high) |
UniformIntegerDistribution(int low,
int high) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHigh() |
int |
getLow() |
int |
nextInt() |
nextDouble, nextFloat, nextLongCopyright © 2017. All rights reserved.