English

Efficient generation of expected-degree graphs via edge-arrivals

Data Structures and Algorithms 2026-04-24 v1 Mathematical Software Probability

Abstract

We study the efficient generation of random graphs with a prescribed expected degree sequence, focusing on rank-1 inhomogeneous models in which vertices are assigned weights and edges are drawn independently with probabilities proportional to the product of endpoint weights. We adopt a temporal viewpoint, adding edges to the graph one at a time up to a fixed time horizon, and allowing for self-loops or duplicate edges in the first stage. Then, the simple projection of the resulting multigraph recovers exactly the simple Norros--Reittu random graph, whose expected degrees match the prescribed targets under mild conditions. Building on this representation, we develop an exact generator based on \textit{edge-arrivals} for expected-degree random graphs with running time O(n+m)O(n+m), where mm is the number of generated edges, and hence proportional to the output size. This removes the typical vertex sorting used by widely-used fast generator algorithms based on \textit{edge-skipping} for rank-1 expected-degree models, which leads to a total running time of O(nlogn+m)O(n \log n + m). In addition, our algorithm is simpler than those in the literature, easy to implement, and very flexible, thus opening up to extensions to directed and temporal random graphs, generalization to higher-order structures, and improvements through parallelization.

Keywords

Cite

@article{arxiv.2604.21504,
  title  = {Efficient generation of expected-degree graphs via edge-arrivals},
  author = {Gianlorenzo D'Angelo and Riccardo Michielan},
  journal= {arXiv preprint arXiv:2604.21504},
  year   = {2026}
}

Comments

18 pages, 2 figures, submitted to 34th Annual European Symposium on Algorithms (ESA 2026)