Add things for monte carlo simulations

This commit is contained in:
2023-10-31 20:27:35 +01:00
parent 54ec93d8ee
commit 5ac838a266
2 changed files with 31 additions and 0 deletions

12
src/monte_carlo.cpp Normal file
View File

@@ -0,0 +1,12 @@
/** @file monte_carlo.cpp
*
* @author Cory Alexander Balaton (coryab)
* @author Janita Ovidie Sandtrøen Willumsen (janitaws)
*
* @version 1.0
*
* @brief Implementation of the monte carlo functions
*
* @bug No known bugs
* */
#include "monte_carlo.hpp"