rTriangular

open fun rTriangular(min: Double, mode: Double, max: Double): Double(source)

Return

the random value

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