MCPcopy Create free account
hub / github.com/Kitware/VTK / randint

Method randint

Interaction/Style/Testing/Python/TestStyleBase.py:21–23  ·  view source on GitHub ↗
(self, min, max)

Source from the content-addressed store, hash-verified

19
20
21 def randint(self, min, max):
22 f = self.math.Random(min, max)
23 return int(f)
24
25
26 # Main testing proc

Callers 1

test_styleMethod · 0.95

Calls 1

RandomMethod · 0.45

Tested by

no test coverage detected