Mercurial > code > home > repos > light9
view stubs/noise/__init__.pyi @ 2042:8849c9e5da30 main
strip dmx_usb_module/.git dir
author | drewp@bigasterisk.com |
---|---|
date | Mon, 09 May 2022 21:44:04 -0700 |
parents | 4ce991cdacdb |
children |
line wrap: on
line source
def noise1(x: float, octaves: int=1, persistence: float=0.5, lacunarity: float=2.0, repeat: int=1024, base: float=0.0): ... pnoise1 = noise1