Defined in File GraphTools.hpp
Returns a vector with nr random edges. The edges are chosen uniformly random.
G – The input graph.
nr – The number of random edges to be returned.
std::vector<std::pair<node, node>> Vector with random edges.