public abstract class IntegerDistribution extends Object implements Distribution
| Constructor and Description |
|---|
IntegerDistribution() |
| Modifier and Type | Method and Description |
|---|---|
double |
nextDouble() |
float |
nextFloat() |
long |
nextLong() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnextIntpublic long nextLong()
nextLong in interface Distributionpublic float nextFloat()
nextFloat in interface Distributionpublic double nextDouble()
nextDouble in interface DistributionCopyright © 2018. All rights reserved.