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