So I want to generate a set with random numbers in each set, but for each set the numbers are all the same, is there a different randomization function I should use? or should I just generate a bunch of different sets and combine them into one?
Hi, Is it possible to add up all the numbers from the first set and then the numbers from the second set, etc.? What I want to create is a list with how many people can live in a building. So Grasshopper may choose between 15 to 20 families in a buidling and each family can exist between 1 to 6 people. Eventually, I want to know how many people are living in the building in total. And the sets are different buildings. I made already the first steps with your script.
I used mass Addition indeed, but the problem with that is that it generates 1750 numbers, instead of the 23 sets it made. I solved it, by very “stupidly” splitting the list.