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