pub fn sobol_1d(n: usize) -> Vec<f64>
Sobol sequence generator (simplified 1D version).
For production use, consider using the sobol crate for full implementation.