pub fn generate_random_graph<G>( graph: &mut G, size: GraphSize, seed: u64, ) -> Vec<G::VertexId>where G: Graph<Vertex = Vertex, Edge = Edge>,
Generates a random graph with the specified size