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