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, wait
nextFloat
public int nextInt()
nextInt
in interface Distribution
public long nextLong()
nextLong
in interface Distribution
public double nextDouble()
nextDouble
in interface Distribution
Copyright © 2018. All rights reserved.