Hello,
I'm trying to simulate a cafeteria. I'd like to use 2 types of categorizations for the people:
- Based on the type of dining the person(s) wants:70% kiosk order, 25grab and go, and 5% dining
- Based on the number of people in a group: 1 through 6 members in any group. For starters, these groups would be evenly distributed (16.67% for each).
What is the best method to categorize the tokens?
How can I group tokens/people based on the the number of people in the corresponding group so that they sit together?
How can I ensure that all people/tokens in one group arrive at the same time? Within group arrival should be all at once but separate groups should arrive based on Arrival schedule.
Thank you in advance,
Marcell