Skip to content

Commit ab8e72b

Browse files
authored
Update description of configuration model generator (#360)
Target of reference link has been moved consistency of variable names in function signature and explanation
1 parent c1cedee commit ab8e72b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SimpleGraphs/generators/randgraphs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -972,10 +972,10 @@ function random_regular_graph(
972972
end
973973

974974
"""
975-
random_configuration_model(n, ks)
975+
random_configuration_model(n, k)
976976
977977
Create a random undirected graph according to the [configuration model]
978-
(http://tuvalu.santafe.edu/~aaronc/courses/5352/fall2013/csci5352_2013_L11.pdf)
978+
(https://sites.santafe.edu/~aaronc/courses/5352/fall2013/csci5352_2013_L11.pdf)
979979
containing `n` vertices, with each node `i` having degree `k[i]`.
980980
981981
### Optional Arguments

0 commit comments

Comments
 (0)