Basic Queueing - Next Arrival Previous Next
At the new Current Time, an arrival has just occurred and it begins service immediately. Therefore, we again
  1. randomly generate an interarrival time = 1.26154,
  2. randomly generate a service time = 3.11625,
so that
  1. time of next arrival = 0.92653 + 1.26154 = 2.18807,
  2. time of new service completion = 0.92653 + 3.11625 = 4.04278.
We also record for this customer entering service that,
  1. its waiting time (excluding service) has been 0,
  2. its waiting time (including service) will be 3.11625.