I simulate a generation system for five products, and each product consists of a group of 16 parts.
I want to process the system in order to obtain 100 products with a probability distribution of the five products.
I can fix the number of PARTS from the beginning of the simulation, but my goal is to compare the difference in the order counts of the products.
I want the system to stop when the total number of products (OUTPUT NUMBER) reaches 100.
In the beginning, I determined the probability of the items being distributed in UNIF (3.5, 60.5), but I could not determine the number of products.