public final class TriangularDoubleDistribution extends DoubleDistribution
| Constructor and Description |
|---|
TriangularDoubleDistribution(double high) |
TriangularDoubleDistribution(double low,
double high) |
TriangularDoubleDistribution(double low,
double high,
double mode) |
| Modifier and Type | Method and Description |
|---|---|
double |
getHigh() |
double |
getLow() |
double |
getMode() |
double |
nextDouble() |
nextFloat, nextInt, nextLongCopyright © 2018. All rights reserved.