Hi everyone !
I've created the following model to represent a base stock model, where the reorder point is 66 and the economic lot size is 228, represented by the batch of the first queue. Now, I'd like that the second processor (or a sink) pulled items from the second queue following the statistical distribution normal (6,0.5,0) that represents its daily demand. As in one day, the processor should pull an average of 6 items, varying accordingly to the statistical distribution.
Is there some way to do this?
Thanks !