strategy_random_sequential#
- strategy_random_sequential(G, colors, seed=None)[source]#
Returns a random permutation of the nodes of
Gas a list.Gis a NetworkX graph.colorsis ignored.- seedinteger, random_state, or None (default)
Indicator of random number generation state. See Randomness.