RatioOfUniformsRV

constructor(umax: Double, vmin: Double, vmax: Double, f: PDFIfc, streamNum: Int = 0, streamProvider: RNStreamProviderIfc = KSLRandom.DefaultRNStreamProvider, name: String? = null)

Parameters

umax

the maximum bound in the "u" variate

vmin

the minimum bound for the "v" variate

vmax

the maximum bound in the "v" variate

f

the desired PDF

rnStream

the random number stream to use