We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
random
1 parent 04baa1d commit 0278688Copy full SHA for 0278688
games/memory_game.cpp
@@ -18,9 +18,8 @@
18
#include <cstdlib> /// for std::srand()
19
#include <ctime> /// for std::time()
20
#include <iostream> /// for IO operations
21
-#include <random>
22
-#include <random> /// for std::mt19937
23
-#include <vector> /// for std::vector
+#include <random> /// for std::mt19937
+#include <vector> /// for std::vector
24
25
#ifdef _WIN32
26
#include <windows.h> /// for sleep
0 commit comments