pub fn generate(n: usize, seed: Option<u64>) -> ListGraph
Expand description

Returns a randomly generated Graph with degree n. If seed is not None the rng is seeded with the value of seed.