details of the ‘sample_degseq’ function

I’m utilizing the “sample_degseq” function in the igraph package to generate null models. I would like to know how this function works in detail and mainly in what order the edges are assigned to respect the degrees of the vertices.
Could you provide me with more information on this?

Please have a look at the documentation of the C library, and let us know if you have remaining questions.

https://igraph.org/c/html/latest/igraph-Generators.html#igraph_degree_sequence_game

The R interface still uses the old names for the available methods. To match up the names you see in R with the C documentation, see here:

The issue to update the method names is here.