Crate sobol_qmc

Crate sobol_qmc 

Source

Re-exports§

pub use statrs;

Modules§

params

Structs§

GaussianRender
MultiDimGaussianRender
Sobol
A low-discrepancy Sobol sequence generator
UnitRender

Enums§

SobolError

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
Render
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.