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

Method seed

Lib/random.py:100–117  ·  view source on GitHub ↗

Initialize internal state from hashable object. None or no argument seeds from current time or from an operating system specific randomness source if available. If a is not None or an int or long, hash(a) is used instead.

(self, a=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

__init__Method · 0.95
value_funcFunction · 0.45
semaphore_funcFunction · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected