Triangular RV
constructor(min: Double, mode: Double, max: Double, stream: RNStreamIfc = KSLRandom.nextRNStream(), name: String? = null)
Parameters
min
the min, must be less than or equal to mode
mode
the mode, must be less than or equal to max
max
the max
stream
the random number stream