Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
def
irandomize(iterable, seed=None):
2
""
"
3
Randomize the iterable.
4
Callers
nothing calls this directly
Calls
3
list
Class · 0.85
irandomize
Function · 0.85
range
Function · 0.85
Tested by
no test coverage detected