I have a running model with 20 queues. My input to my model is a table that tells 1) time in secs 2) number of items to create 3) labels to attach to the items. I want to randomly assign each of the 20 queues for the item creation for every 100 - 120 items. For example, the first 100 items were created in queue1, next 100 items have to be created in queue 18, next 100 items in queue 11 and so on.