Mercurial > code > home > repos > light9
view stubs/noise/__init__.pyi @ 2267:7796bc3e46b1
cleanup
author | drewp@bigasterisk.com |
---|---|
date | Mon, 29 May 2023 11:50:48 -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