pub fn random_sampling( sigma: usize, len_spec: impl RandomSpec<usize>, seconds: f64, ) -> impl Iterator<Item = Vec<usize>>