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

Method seed

Lib/random.py:654–683  ·  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. If a is an int or long, a is used directly.

(self, a=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

hashFunction · 0.85
divmodFunction · 0.85

Tested by

no test coverage detected