Hy everyone,
I’m trying to built a patch that divides a given number X into a given number Y of different integer, not float, numbers (was that comprehensive? lol)
I couldn’t find a way to do that so now I’m trying to choose randomly from a list numbers from a given range and summing them until they reach a specific predicative, in my case grater or equal to a 120.
I understand the concept of and the difference between the iterators but I’m not quite sure how to use while function. When I use the for loop every thing works. But when I use while loop the result is always zero.
(I know I should attach a image of my patch to make myself more clear but I’m not with my computer)
I appreciate your help!