Hi !
I'm working on a model that represents a base stock model. The reorder point is 36 units and the economic lot is 228. When the inventory on the second queue reaches the reorder point, it opens the port of the processor to initiate a request.
The second processor should represent the demand and pull a quantity of items according to a statistical distribution (and not the process time). For example I'd like the processor to pull a quantity represented by the normal distribution (6,0.5,0), as in one day it should pull an average of 6 items, varying accordingly to the statistical distribution.
Also, it could be other entity to represent the demand and not necessarily a processor.
Is there any way to do this ?
Thanks!