I would like to solve the problem that if the daily demands of products A, B and C are 1200-1500, 1000-1300 and 700-1000, respectively. how to setting up Source to create these products efficiently.
With the conditions following:
- The inter-arrival times of products A : uniform(25, 30, getstream(activity))
- The inter-arrival times of products B : uniform(30, 40, getstream(activity))
- The inter-arrival times of products C : uniform(40, 45, getstream(activity))
now i'm facing with the problem that I can setup the inter-arrival times however I can't set the amount of the products to reach the target above.