MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / Random

Class Random

Lib/random.py:72–646  ·  view source on GitHub ↗

Random number generator base class used by bound module functions. Used to instantiate instances of Random to get generators that don't share state. Especially useful for multi-threaded programs, creating a different instance of Random for each thread, and using the jumpahead() met

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

random.pyFile · 0.85
Qd_RandomFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected