rLogLogistic

fun rLogLogistic(shape: Double, scale: Double, streamNum: Int): Double

Return

the generated value

Parameters

shape

the shape, must be greater than 0

scale

the scale, must be greater than 0

streamNum

the stream number from the stream provider to use


fun rLogLogistic(shape: Double, scale: Double, rng: RNStreamIfc = defaultRNStream()): Double

Return

the generated value

Parameters

shape

the shape, must be greater than 0

scale

the scale, must be greater than 0

rng

the RNStreamIfc, must not be null