public final class TriangularLongDistribution extends LongDistribution
| Constructor and Description |
|---|
TriangularLongDistribution(long high) |
TriangularLongDistribution(long low,
long high) |
TriangularLongDistribution(long low,
long high,
double mode) |
| Modifier and Type | Method and Description |
|---|---|
long |
getHigh() |
long |
getLow() |
double |
getMode() |
long |
nextLong() |
nextDouble, nextFloat, nextIntCopyright © 2017. All rights reserved.