Function build_sources

Source
fn build_sources<Source>(seed: u32, octaves: usize) -> Vec<Source>
where Source: Default + Seedable,