Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Project-MONAI/MONAI
/ randomize
Method
randomize
tests/transforms/compose/test_compose.py:192–193 ·
view source on GitHub ↗
(self, data=None)
Source
from the content-addressed store, hash-verified
190
self.rand = 0.0
191
192
def
randomize(self, data=None):
193
self.rand = self.R.rand()
194
195
def
__call__(self, data):
196
self.randomize()
Callers
1
__call__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected