Crate quasi_rd

Source
Expand description

An implementation of the quasirandom Rd sequence described in this blog post via a fast and accurate fixed-point representation correct for up to 2^64 samples; samples can be produced with one 128-bit multiplication per dimension and are guaranteed accurate to within one part per 2^64.

Structs§

Sequence
A d-dimensional quasirandom Rd sequence.

Functions§

generate_parameters
Populates a buffer with all parameters for a given dimensionality.