JohnsonBRV

constructor(alpha1: Double, alpha2: Double, min: Double, max: Double, streamNum: Int)


constructor(alpha1: Double, alpha2: Double, min: Double, max: Double, stream: RNStreamIfc = KSLRandom.nextRNStream(), name: String? = null)

Parameters

alpha1

alpha1 parameter

alpha2

alpha2 parameter, must be greater than zero

min

the min, must be less than max

max

the max

stream

the random number stream