Skip to main content

Module tables

Module tables 

Source
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