r Gamma
open fun rGamma(shape: Double, scale: Double, type: KSLRandom.AlgoType = AlgoType.Inverse): Double(source)
Return
the generated value
Parameters
shape
the shape, must be greater than 0.0
scale
the scale, must be greater than 0.0
type
, must be appropriate algorithm type, if null then inverse transform is the default