Skip to main content

sobol_1d

Function sobol_1d 

Source
pub fn sobol_1d(n: usize) -> Vec<f64>
Expand description

Sobol sequence generator (simplified 1D version).

For production use, consider using the sobol crate for full implementation.