Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/PyQt5/PyQt
/ randint
Function
randint
Demo/CircleLine.py:68–69 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
66
67
68
def
randint(a, b):
69
return
floor(random() * (b - a + 1) + a)
70
71
72
# 生成随机小数
Callers
11
get_icon
Function · 0.85
__init__
Method · 0.85
run
Method · 0.85
__init__
Method · 0.85
onClick
Method · 0.85
__init__
Method · 0.85
run
Method · 0.85
__init__
Method · 0.85
setRandomValue
Method · 0.85
initUi
Method · 0.85
initChart
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected