Mercurial > code > home > repos > light9
view stubs/noise/__init__.pyi @ 2361:7f30a35f3bf5
asco cleanup
author | drewp@bigasterisk.com |
---|---|
date | Sat, 03 Jun 2023 17:54:58 -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