Skip to content

Commit

Permalink
Update description of configuration model generator (#360)
Browse files Browse the repository at this point in the history
Target of reference link has been moved
consistency of variable names in function signature and explanation
  • Loading branch information
dave7895 authored Apr 8, 2024
1 parent c1cedee commit ab8e72b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SimpleGraphs/generators/randgraphs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -972,10 +972,10 @@ function random_regular_graph(
end

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

0 comments on commit ab8e72b

Please sign in to comment.