rWeibull

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

Return

the random 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 rWeibull(shape: Double, scale: Double, stream: RNStreamIfc = defaultRNStream()): Double

Return

the random value

Parameters

shape

the shape, must be greater than 0

scale

the scale, must be greater than 0

stream

the random number stream