Skip to content

Single server single queue simulation using java

Notifications You must be signed in to change notification settings

fbiego/simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

simulation

Question

Write a C or Java program to implement the single queue single server discrete event simulation model with 1000 runs. Assume the inter arrival and service times are distributed as exponential random variables with mean 1 minute for the inter arrival times and mean 0.5 minute for the service times. Output the three measures of performance namely;

  • the average delay in queue
  • the average number of customers in queue
  • the proportion of time the server is busy.

How to run

  • Open cmd in the Queue.java path
  • Compile javac Queue.java
  • Run java Queue

About

Single server single queue simulation using java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages