strategy_random_sequential

strategy_random_sequential(G, colors)[source]

Returns a random permutation of the nodes of G as a list.

G is a NetworkX graph. colors is ignored.