Currently, [random 0] returns 0 when banged.
Does anyone actually use this behavior?
(I could imagine a case where new values are sent to the range inlet, and you might want this for consistency).
I would love to have a way to random floats between 0-1 in a native function in Vanilla, since these are easier to scale.
Yes, it's easy enough to get this by picking some large number N:
[random N] | [/ N]
Still it would be nice to have natively.
Thanks.