PureData CEAMMC library web documentation
available since version: 0.9
A non-interpolating generator based on the difference equations: y(n+1) = (y(n) + k * sin(x(n))) % 2pi x(n+1) = (x(n) + y(n+1)) % 2pi The properties of chaos of the standard map were established by Boris Chirikov in 1969
K
k value, default 1
type: float
X
initial x value, default 0.5
type: float
Y
initial y value, default 0
type: float
See also: [chaos.std0~]
Authors: Serge Poltavsky
License: GPL3 or later