Hi,
I am trying to create a patch that could choose a random number from a list of existing numbers, and remove it from the list (like [urn] function).
But, I also want to be able to refill the list dynamically with new numbers, and when the list is empty, it stops, waiting for new numbers to come.
I have made a first attempt with few list-abs functions, but I have a logic problem: some numbers disappear little by little from my list.
Here is the patch, if somebody have a better idea, I think I am a bit over complicated here.
Thanks!