MCPcopy 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
157def dist(nP, nScale):
158
159 return nP + (random() - 0.5) * nScale
160
161
162

Callers 2

DrawSplashFunction · 0.70
FracDownFunction · 0.70

Calls 1

randomFunction · 0.85

Tested by

no test coverage detected