Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 627 Bytes

README.md

File metadata and controls

21 lines (20 loc) · 627 Bytes

MM1_simulation

lcgrand.h

a header file for generate random number

mm1.in

the input of simulation arguments respectively seperated by blank

  • number of customer required
  • mean interarrival time of customer
  • mean service time

mm1.out

the output of simulation assume that the time unit is minute

  • Avg delay in queue How long does the customer need to wait in the queue
  • Avg number in queue How many customer wating in queue at the average
  • Server utilization How much the server had been used

。[Theo] Theoretical value 。[Expe] Experimental value