MCPcopy 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
82def hyperRange(a, b):
83 return random() * random() * random() * (b - a) + a
84
85
86class Circle:

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected