Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sycanz04/compmeth


https://github.com/sycanz04/compmeth

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Queue Simulator
This is an assignment from one of my Uni course, Computational Method. It is built only using Freemat.
### How it works
It queues N amount of cars and insert them into a queue systems to then be distribute to 3 wash bay whenever one is available. The generation of random arrival time and service time are using just the Rand() function from freemat and Linear Congruential method.