[PD] vanilla solution for random float

Lorenzo Sutton lorenzofsutton at gmail.com
Wed Jun 1 09:17:05 CEST 2016


Hi,

On 31/05/2016 16:44, Raphaƫl Ilias wrote:
> Hello list,
>
> I want to do a simple task : pick a random float in a defined range
> (let's say between 0.0 and 1.0).
[...]
> I generally prefer to make vanilla abstractions.
>

If you're after more random randomness you could search online for free 
random (or noise) sources, load them into an array, normalize 0.0 to 1.0 
and read the array.
Of course this may or may not fit your scenario depending on e.g. the 
rate at which you need to get a new random number etc.

Lorenzo.



More information about the Pd-list mailing list