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