Description:

This plugin enable user to genrate Erdős-Rényi G(n,p) and G(n,m) random graph model.

Author:

  • Kamil Banach

Sources:

github.com/elwin013/gephi-plugins/tree/er-generator

License:

MIT

Compatible Gephi versions:


README:

Erdős-Rényi model generator

This plugin enables users to generate Erdős-Rényi G(n,p) and G(n,m) random graph model.

ER model G(n,p)

Generates random graph with n nodes. Edges are generated randomly with p probability.

Constraints:

  • n > 0
  • p >= 0
  • p <= 1

ER model G(n,m)

Generates random graph with n nodes and m edges. Edges are created with same probability.

Constraints:

  • n > 0
  • m >= 0
  • m < n (n - 1) / 2

Bibliography