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