MCPcopy Create free account
hub / github.com/Project-MONAI/MONAI / randomize

Method randomize

tests/transforms/compose/test_compose.py:43–44  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

41class _RandXform(Randomizable):
42
43 def randomize(self):
44 self.val = self.R.random_sample()
45
46 def __call__(self, __unused):
47 self.randomize()

Callers 1

__call__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected