From 0590608e97ece9585065989c868d86149d18ee002aa7e635601fd55e6b6fedf4 Mon Sep 17 00:00:00 2001 From: Tyler Beckman Date: Thu, 19 Sep 2024 22:09:11 -0600 Subject: [PATCH] blah --- main.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/main.cpp b/main.cpp index ba4c67a..a8170a1 100644 --- a/main.cpp +++ b/main.cpp @@ -25,6 +25,11 @@ * still be a perfectly functional and point-scoring program :). To clarify, I * didn't copy any code but I did use multiple online tutorials and references * to learn how classes and the such work in cpp. + * + * Edits since first submission: + * I passed the mt19937 and uniform distribution variables as arguments by + * reference to the generateRandom function, to avoid unnecessary re-creation of + * the Mersenne Twister. */ #include "hands.h"