hello,
ive got some trouble with list handling, maybe somone can give me a hand.
i like to group an unnown number of floats in a list. (these floats are the result of different divisors, used all for a fixed value. like 100/16, 100/32...)
what i want to do is to put them randomly into the list as long as the sum of all items in the list equals the size of the fixed value. this seems to be pretty difficult...since i use random i cant know what the next float will be.
how to handle that? any experience with that issue ?
thanks, johannes