rgg v0.1.0 API Reference
Modules
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
This module defines the node struct used in RGG generation
This module contains logic specific to the bucket algorithm for connecting the nodes in the graph. The bucket based connection algorithm allows us to connect nodes in linear time
This module contains all of the functions that perform static calculations for the generation of RGGs