Expand description
This module provides precomputed low-discrepancy sequence table lookups.
Constants§
- VDC_
TABLE_ SIZE - Number of precomputed Van der Corput sequence values
Functions§
- circle2_
table_ x - Access the precomputed Circle base-2 x-coordinate at the given index
- circle2_
table_ y - Access the precomputed Circle base-2 y-coordinate at the given index
- cos_
pi_ vdc2 - Access the precomputed cos(π * vdc2_table[i]) value at the given index
- vdc2_
table - Access the precomputed Van der Corput base-2 value at the given index