ALEA::KAOSN1
Arguments: seed lambda gamma long fn? [generic-function]
Generates a sequence of length long based on a variation of the logistical equation: yn = x n-1 * lambda - gamma *x n-1 2 where
- lambda and gamma are the parameters which define the 'turbulence' of the generated values; - seed is an initial value between zero and one; - long is the length of the list generated, which is equivalent to the number of iterations. The output of this module is a [[list]] of values for each iteration.