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§
- A d-dimensional quasirandom Rd sequence.
Functions§
- Populates a buffer with all parameters for a given dimensionality.