rgg v0.1.0 RGG

The RGG module exposes an api to generate random geometric graphs on various topologies. The parameters for all of the generation functions are n for number of nodes and a for the average desired degree.

Link to this section Summary

Functions

Generates a random geometric graph on the topology of a unit square. Requires the parameters n for the number of nodes and a for the average degree of the nodes Returns an Adjacency List

Link to this section Functions

Link to this function unit_square(n, a)

Generates a random geometric graph on the topology of a unit square. Requires the parameters n for the number of nodes and a for the average degree of the nodes Returns an Adjacency List