Return a Waxman random graph.
The Waxman random graph models place n nodes uniformly at random in a rectangular domain. Two nodes u,v are connected with an edge with probability

This function implements both Waxman models.
not specified
is the Euclidean distance between the nodes u and v.
is the maximum distance between all nodes in the graph.
specified
is chosen randomly in
.| Parameters : | n : int
alpha: float :
beta: float :
L : float, optional
domain : tuple of numbers, optional
|
|---|---|
| Returns : | G: Graph : |
References
| [R267] | B. M. Waxman, Routing of multipoint connections. IEEE J. Select. Areas Commun. 6(9),(1988) 1617-1622. |