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