Click or drag to resize
GraphGeneratorSimple Method
Overload List
  NameDescription
Public methodStatic memberSimple(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.
Public methodStatic memberSimple(Int32, Int32)
Returns a random simple graph containing V vertices and E edges.
Top
See Also