Random Graph Generator Functions#
|
Return a \(G_{np}\) directed random graph, also known as an Erdős-Rényi graph or a binomial graph. |
|
Return a \(G_{np}\) random undirected graph, also known as an Erdős-Rényi graph or a binomial graph. |
|
Return a \(G_{nm}\) directed graph, also known as an Erdős-Rényi graph. |
|
Return a \(G_{nm}\) undirected graph, also known as an Erdős-Rényi graph. |
|
Return a directed graph from the stochastic block model. |
|
Return an undirected graph from the stochastic block model. |
|
Returns a random geometric graph in the unit cube of dimensions dim. |
|
Return a hyperbolic random undirected graph (also called hyperbolic geometric graph). |
|
Generate a random graph using Barabási–Albert preferential attachment |
Generate a random graph using Barabási–Albert preferential attachment |
|
Generate a directed random bipartite graph. |
|
Generate an undirected random bipartite graph. |