rJohnsonB

fun rJohnsonB(alpha1: Double, alpha2: Double, min: Double, max: Double, streamNum: Int): Double

Return

the generated value

Parameters

alpha1

alpha1 parameter

alpha2

alpha2 parameter, must be greater than zero

min

the min, must be less than max

max

the max

streamNum

the stream number from the stream provider to use


fun rJohnsonB(alpha1: Double, alpha2: Double, min: Double, max: Double, stream: RNStreamIfc = defaultRNStream()): Double

Return

the generated value

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