Return a random shell graph for the constructor given.
Parameters : | constructor: a list of three-tuples :
n : int
m : int
d : float
seed : int, optional
|
---|
Examples
>>> constructor=[(10,20,0.8),(20,40,0.8)]
>>> G=nx.random_shell_graph(constructor)