Re: [PD] random float

2012-01-21 Thread Renato
On Fri, 20 Jan 2012 19:56:06 + Andrew Faraday jbtur...@hotmail.com wrote: Simplest solutions are often the best, particularly when you're getting started with pure data, think of pure data for the solutions to your pure data problems. yep, I guess that's better for learning than

Re: [PD] random float

2012-01-21 Thread Richie Cyngler
Or an offset. So if you want numbers between 100-200 for example [O] | [random 100] | [+ 100] | bingo =) On Sat, Jan 21, 2012 at 7:26 PM, Renato renn...@gmail.com wrote: On Fri, 20 Jan 2012 19:56:06 + Andrew Faraday jbtur...@hotmail.com wrote: Simplest solutions are often the best,

[PD] random float

2012-01-20 Thread Renato
Hello, I'm very very new to pd, and couldn't find an answer to this supposedly simple matter. I see that the random object generates random integers between 0 and its argument. How do I generate a random float between floats a and b? cheers, renato

Re: [PD] random float

2012-01-20 Thread Scott R. Looney
i'm new to PD as well but have worked in Max - if by float you mean a decimal between 0.0 and 1.0 just use the [*] (multiply object ) after [random] and multiply by a decimal number (like .01). set the random to pick between 0 and 100 and you should be all set for 100 data points. as long as you

Re: [PD] random float

2012-01-20 Thread Jonathan Wilkes
Use [randomF] from the markex library. -Jonathan From: Scott R. Looney scottrloo...@gmail.com To: Renato renn...@gmail.com Cc: Pd-list@iem.at Sent: Friday, January 20, 2012 2:17 PM Subject: Re: [PD] random float i'm new to PD as well but have worked