On 24/10/04 12:59 pm, "Tim Blechmann" TimBlechmann@gmx.net wrote:
Just wondering, does the methods used in Pd's [noise~] and [random] the implementation of minimal standard/Lehmer RNG method? Or something similar?
see doc/5.reference/help-random.pd ... random and noise are using the same algorithm ...
Thanks, I forgot to check the help files, my bad;(
In addition, I found the below info on RNG while I was search on net.
http://www.sbc.su.se/~per/crng/seminar/rng5.html http://www.cs.virginia.edu/~jcc5t/classes/undergrad/simulation/random/rng.c
from x_misc.c:
/* this is strictly homebrew and untested. */
tim