SkillAgentSearch skills...

Simulation

Single server single queue simulation using java

Install / Use

/learn @fbiego/Simulation
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated1y ago
Forks0

Languages

Java

Security Score

55/100

Audited on Jan 16, 2025

No findings