Aardvark.Base


HaltonRandomSeries

A halton series generator, that uses a normal random generator for higher order series, in order to avoid the slow coverage of higher order halton series.

Constructors

ConstructorDescription
new(haltonCount, randomUniform)
Signature: (haltonCount:int * randomUniform:IRandomUniform) -> unit

Instance members

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