DigraphGeneratorSimple Method |
Name | Description | |
---|---|---|
![]() ![]() | Simple(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). |
![]() ![]() | Simple(Int32, Int32) | Returns a random simple digraph containing V vertices and E edges. |