sepandhaghighi / pyrgg

🔧 Python Random Graph Generator
https://www.pyrgg.site
MIT License
203 stars 29 forks source link

Erdős–Rényi engine #146

Closed sepandhaghighi closed 2 days ago

sepandhaghighi commented 1 year ago

Description

Add Erdős–Rényi engine

References:

  1. https://en.wikipedia.org/wiki/Erd%C5%91s%E2%80%93R%C3%A9nyi_model
  2. https://www.geeksforgeeks.org/implementation-of-erdos-renyi-model-on-social-networks/
sepandhaghighi commented 4 months ago

We need to enable support for directed graphs in this engine.