public final class UniformLongDistribution extends LongDistribution
| Constructor and Description |
|---|
UniformLongDistribution(long high) |
UniformLongDistribution(long low,
long high) |
| Modifier and Type | Method and Description |
|---|---|
long |
getHigh() |
long |
getLow() |
long |
nextLong() |
nextDouble, nextFloat, nextIntCopyright © 2017. All rights reserved.