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

Method randomize

tests/transforms/utility/test_rand_lambda.py:31–32  ·  view source on GitHub ↗
(self, data=None)

Source from the content-addressed store, hash-verified

29 """
30
31 def randomize(self, data=None):
32 self._a = self.R.random()
33
34 def __call__(self, data):
35 self.randomize()

Callers 1

__call__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected