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