MCPcopy Create free account
hub / github.com/Vegetebird/GraphMLP / random_state

Method random_state

common/generator.py:92–93  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

90 return self.num_batches * self.batch_size
91
92 def random_state(self):
93 return self.random
94
95 def set_random_state(self, random):
96 self.random = random

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected