Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ dist
Function
dist
recipes/Python/578044_Fractal_painter/recipe-578044.py:157–159 ·
view source on GitHub ↗
(nP, nScale)
Source
from the content-addressed store, hash-verified
155
156
157
def
dist(nP, nScale):
158
159
return
nP + (random() - 0.5) * nScale
160
161
162
Callers
2
DrawSplash
Function · 0.70
FracDown
Function · 0.70
Calls
1
random
Function · 0.85
Tested by
no test coverage detected