We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1cedee commit ab8e72bCopy full SHA for ab8e72b
src/SimpleGraphs/generators/randgraphs.jl
@@ -972,10 +972,10 @@ function random_regular_graph(
972
end
973
974
"""
975
- random_configuration_model(n, ks)
+ random_configuration_model(n, k)
976
977
Create a random undirected graph according to the [configuration model]
978
-(http://tuvalu.santafe.edu/~aaronc/courses/5352/fall2013/csci5352_2013_L11.pdf)
+(https://sites.santafe.edu/~aaronc/courses/5352/fall2013/csci5352_2013_L11.pdf)
979
containing `n` vertices, with each node `i` having degree `k[i]`.
980
981
### Optional Arguments
0 commit comments