[][src]Crate sobol

Modules

params

Structs

Sobol

A low-discrepancy Sobol sequence generator

Traits

InternalType

Sequences are computed internally using unsigned types with the following capabilities

LossyFrom

A more permissive From trait - suitable for cases where lossy casting is acceptable (i.e. truncation). This is used for casting parameter values to internal values.

ParamDimension

Primitive polynomial parameters and initial direction values for a single dimension

SobolParams

Primitive polynomial parameters and initial direction values for all sequence dimensions

SobolType

The main type parameter for the Sobol iterator. This defines the concrete InternalType to be used internally, as well as other properties necessary for sequence generation.