pub fn generate_messy_coverage(
    topo: &Topology,
    rng: &mut StdRng,
    strat: &ArqStrat,
    len_mean: f64,
    len_std: f64,
    n: u32,
    jitter: f64
) -> Vec<Arq<DhtLocation>, Global>
Expand description

Generates arqs with lengths according to a standard distribution, to test wildly unbalanced initial conditions