I started simulating via SimPy in Python and am stuck simulating the uniformly distributed arrival of customer type A (25% of the total amount of customers), customer type B (30%), customer type C (35%) and customer type D (10%) on a daily 9AM-6PM basis.
Would anybody know how to approach this?
Thank you in advance :)