I have a model built using a process flow. Orders are randomly generated and vary is size. In the process, items are placed into master carton which fit 10 items in them. If the order is generated in factors of 10 this is not a problem but if the order is not then the batch can't proceed and the model stops. I know there is the wait time and idle time but this will skew the results of the model as time will pass that the real system would not include. I am not sure if there is either a way to set up the random numbers to be factors of 10 or a way for the batch to know if there are additional items left in the order. I have also thought about a decide function but was unsure how to code it to decide if there are more items left. is this request possible to do with my current model?