Function sample

Source
pub fn sample(
    ipaths: &[&Path],
    opath: &Path,
    rate: u32,
    seed: &[usize],
) -> EGSResult<()>