Aardvark.Base


IRandomSeries

Maintain multiple independent series of random or quasi-random variables. For two-dimensional sampling the random variables of two series need to be combined (e.g. a random variable of series k and a random variable of series k+1). For quasi-random sampling, the lower series are assumed to achieve a faster coverage of the domain, and should therefore be used for the sampling dimensions with a larger influence on the result.

Instance members

Instance memberDescription
UniformDouble(seriesIndex)
Signature: seriesIndex:int -> float
Modifiers: abstract
Fork me on GitHub