Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_style
Method · 0.95
Calls
1
Random
Method · 0.45
Tested by
no test coverage detected