Function generate_random_graph

Source
pub fn generate_random_graph<G>(
    graph: &mut G,
    size: GraphSize,
    seed: u64,
) -> Vec<G::VertexId>
where G: Graph<Vertex = Vertex, Edge = Edge>,
Expand description

Generates a random graph with the specified size