Generate a random connex network topology in respect with the Locality method.
[G] = NL_T_LocalityConnex(N,L,R)
Graph size.
Network squared area side.
Locality radius.
Graph.
NL_T_LocalityConnex creates the random graph topology G in respect with the Locality method.
N nodes are placed inside a square of side L. The probability to create a link between two nodes depends on their distance di and the Locality radius R. If , a link is created. The largest connex component of the generated graph is extracted.