Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vegetebird/GraphMLP
/ set_random_state
Method
set_random_state
common/generator.py:95–96 ·
view source on GitHub ↗
(self, random)
Source
from the content-addressed store, hash-verified
93
return
self.random
94
95
def
set_random_state(self, random):
96
self.random = random
97
98
def
augment_enabled(self):
99
return
self.augment
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected