Function veloren_world::sim::util::build_sources

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