MCPcopy 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

1import random
2
3random.seed(1234)
4

Callers

nothing calls this directly

Calls 9

listClass · 0.85
lenFunction · 0.85
randintMethod · 0.80
shuffleMethod · 0.80
choiceMethod · 0.80
choicesMethod · 0.80
sampleMethod · 0.80
seedMethod · 0.45
randbytesMethod · 0.45

Tested by

no test coverage detected