This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
namespace fs = std::filesystem;
|
namespace fs = std::filesystem;
|
||||||
|
|
||||||
const static int EXECUTION_COUNT = 10000;
|
const static int EXECUTION_COUNT = 10000;
|
||||||
static constexpr int MATRIX_MAX_SIZE = 7;
|
static constexpr int MATRIX_MAX_SIZE = 5;
|
||||||
|
|
||||||
static int GetRandomSize() {
|
static int GetRandomSize() {
|
||||||
return rand() % MATRIX_MAX_SIZE + 1;
|
return rand() % MATRIX_MAX_SIZE + 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user