Hi everyone,
I'm trying to find a way to generate an unspecified number of random floats the sum of which is always a known float, but I can't figure out how to do it.
I would feed this algorithm 2 values: the number of random numbers (integer), and the value of their sum (float). I intend to use this to generate random breakpoints to use with [breakpoints] or [envgen].
I hope that makes sense. Thanks in advance.