This commit is contained in:
Tyler Beckman 2024-09-19 22:09:11 -06:00
parent 6e83262859
commit 0590608e97
Signed by: Ty
GPG key ID: 2813440C772555A4

View file

@ -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"