Package-level declarations

Functions

Link copied to clipboard
fun rSeq1D(n: Int): Double

Computes the R1 low-discrepancy quasirandom sequence value for a given index as described by Martin Roberts.

Link copied to clipboard
fun rSeq2D(n: Int): Vector2

Computes the R2 low-discrepancy quasirandom sequence value for a given index as described by Martin Roberts.

Link copied to clipboard
fun rSeq3D(n: Int): Vector3

Computes the R3 low-discrepancy quasirandom sequence value for a given index as described by Martin Roberts.

Link copied to clipboard
fun rSeq4D(n: Int): Vector4

Computes the R4 low-discrepancy quasirandom sequence value for a given index as described by Martin Roberts.