Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ stdlib_random.py
File
stdlib_random.py
extra_tests/snippets/stdlib_random.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
random
2
3
random.seed(1234)
4
Callers
nothing calls this directly
Calls
9
list
Class · 0.85
len
Function · 0.85
randint
Method · 0.80
shuffle
Method · 0.80
choice
Method · 0.80
choices
Method · 0.80
sample
Method · 0.80
seed
Method · 0.45
randbytes
Method · 0.45
Tested by
no test coverage detected