Hyper2ExponentialRV

constructor(mixingProb: Double, mean1: Double, mean2: Double, streamNum: Int = 0, streamProvider: RNStreamProviderIfc = KSLRandom.DefaultRNStreamProvider, name: String? = null)

Parameters

mixingProb

probability of selecting the first exponential distribution

mean1

the mean of the first exponential distribution

mean2

the mean of the second exponential distribution

streamNum

the random number stream number, defaults to 0, which means the next stream

streamProvider

the provider of random number streams, defaults to KSLRandom.DefaultRNStreamProvider

name

an optional name