| GraphGeneratorSimple Method |
| Name | Description | |
|---|---|---|
| Simple(Int32, Double) |
Returns a random simple graph on V vertices, with an
edge between any two vertices with probability p. This is sometimes
referred to as the Erdos-Renyi random graph model. | |
| Simple(Int32, Int32) | Returns a random simple graph containing V vertices and E edges.
|