pub fn generate_petgraph(
    n: usize,
    p: f64,
    seed: Option<u64>
) -> StableGraph<(), (), Undirected>
Expand description

Generates a random graph of type [UndirectedGraph]