pub fn gray_code_sample_1d(c: [u32; 32], n: u32, scramble: u32, p: &mut [Float])
Expand description

Takes a generator matrix c, a number of 1D samples to generate n, and stores the corresponding samples in memory at the location pointed to by p.