Skip to content

A python program that conducts simulation runs to determine whether it is more effective to use 1 or 2 ATM tellers in a bank

Notifications You must be signed in to change notification settings

nourhan031/ATM-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ATM Simulator

A Python program that performs a number of simulations to determine whether it is more effective to use 1 or 2 ATM tellers in a bank.

Dependencies:

  • random
  • NumPy
  • math
  • matplotlib
  • tabulate

Output:

  • Average waiting time
  • Number of customers that had to wait
  • The total time of the simulation
  • The probability that a customer will have to wait
  • Utilization of ATMs
  • Maximum number in the queue
  • Average time in the system
  • Histogram for waiting time
  • Event Calendar for the first 15 customers

About

A python program that conducts simulation runs to determine whether it is more effective to use 1 or 2 ATM tellers in a bank

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages