Click or drag to resize
DigraphGeneratorSimple Method
Overload List
  NameDescription
Public methodStatic memberSimple(Int32, Double)
Returns a random simple digraph on V vertices, with an edge between any two vertices with probability p. This is sometimes referred to as the Erdos-Renyi random digraph model. This implementations takes time propotional to V^2 (even if p is small).
Public methodStatic memberSimple(Int32, Int32)
Returns a random simple digraph containing V vertices and E edges.
Top
See Also