MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-466177.py

File recipe-466177.py

recipes/Python/466177_Randomize_an_iterator/recipe-466177.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1def irandomize(iterable, seed=None):
2 """
3 Randomize the iterable.
4

Callers

nothing calls this directly

Calls 3

listClass · 0.85
irandomizeFunction · 0.85
rangeFunction · 0.85

Tested by

no test coverage detected