MCPcopy Create free account
hub / github.com/ActiveState/code / seed

Method seed

recipes/Python/492214_dal6py/recipe-492214.py:16–17  ·  view source on GitHub ↗
(self, data=None)

Source from the content-addressed store, hash-verified

14
15 # Seed Control Interface
16 def seed(self, data=None):
17 return self.__disk.seed(data)
18
19 # Probability Of Failure
20 def fail(self, probability):

Callers 5

ShuffleMergeFunction · 0.45
setup_playersFunction · 0.45
loopFunction · 0.45
definitionFunction · 0.45
definitionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected