view stubs/noise/__init__.pyi @ 1996:31f50f9bd62f

checkpoint show data Ignore-this: 6a4489bea9324db3c7d8301aa41926a4
author drewp@bigasterisk.com
date Sun, 09 Jun 2019 21:33:50 +0000
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