Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/PyQt5/PyQt
/ hyperRange
Function
hyperRange
Demo/CircleLine.py:82–83 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
80
81
82
def
hyperRange(a, b):
83
return
random() * random() * random() * (b - a) + a
84
85
86
class
Circle:
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected