dense_gnm_random_graph
erdos_renyi_graph
Enter search terms or a module, class or function name.
Return the random graph G_{n,m}.
Produces a graph picked randomly out of the set of all graphs with n nodes and m edges.
n : int
The number of nodes.
m : int
The number of edges.
seed : int, optional
Seed for random number generator (default=None).
directed : bool, optional (default=False)
If True return a directed graph