pub fn sobol_sequence_10d(n: usize) -> Vec<Vec<f64>>
Generate n Sobol points in 10 dimensions.
n
Each point is a Vecf64of length 10 with values in[0, 1)`.
Vec
of length 10 with values in