Skip to content

CRG180/Law-MM1-Simulation-in-Rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Law M/M/1 Simulation in Rust

This project aims to rewrite Law's M/M/1 simulation model, originally written in C, in Rust. The original code can be found in the textbook "Simulation Modeling and Analysis 5th Edition" by Dr. Averill M. Law.

The purpose of this project is to practice Rust and review concepts from my graduate education.

To run the program after cloning the repository, you can just enter the path to the test input file, provide an optional path for the output CSV, and optional argument for the number replication runs for each of design points (rows in the csv files).

cargo run data/test.csv -o mm1_out_putfile.csv -r 1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages