blah
This commit is contained in:
parent
6e83262859
commit
0590608e97
1 changed files with 5 additions and 0 deletions
5
main.cpp
5
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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue