rLogistic

fun rLogistic(location: Double, scale: Double, streamNum: Int): Double

Return

the generated value

Parameters

location

the location a real number

scale

the scale, must be greater than 0

streamNum

the stream number from the stream provider to use


fun rLogistic(location: Double, scale: Double, rng: RNStreamIfc = defaultRNStream()): Double

Return

the generated value

Parameters

location

the location a real number

scale

the scale, must be greater than 0

rng

the RNStreamIfc, must not be null