Re: [Tutor] noise function

2008-12-02 Thread Richard Lovely
There's probably something like what you want within the "random" module. at the interactive prompt, try: import random help(random) --- Richard "Roadie Rich" Lovely, part of the JNP|UK Famile www.theJNP.com 2008/12/2 Alan Gauld <[EMAIL PROTECTED]>: > > "Christopher Spears" <[EMAIL PROTECTED]

Re: [Tutor] noise function

2008-12-02 Thread Alan Gauld
"Christopher Spears" <[EMAIL PROTECTED]> wrote Does anyone know if python has a noise function? What kind of noise function? What would you expect it to produce? A stream of random numbers perhaps? A single number each time it is called? And which noise profile should it follow? Or would it

[Tutor] noise function

2008-12-01 Thread Christopher Spears
Hi! Does anyone know if python has a noise function? ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor