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, nextLong
Copyright © 2018. All rights reserved.