aboutsummaryrefslogtreecommitdiff
path: root/src/gen_chain.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gen_chain.c')
-rw-r--r--src/gen_chain.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gen_chain.c b/src/gen_chain.c
index 0ad13d1..252debf 100644
--- a/src/gen_chain.c
+++ b/src/gen_chain.c
@@ -1,14 +1,14 @@
#include <stdio.h>
#include <time.h>
+#define WALK_LEN 1000000
+#define SAVE_TO_FILE_ON_WALK "files/in.txt"
#define PRINT_ITEM_FREQUENCY
// #define PRINT_ON_WALK
-#define SAVE_TO_FILE_ON_WALK "files/in.txt"
-#define WALK_LEN 10000
#define ITEM_CAP 3
-int ITEMS = 3;
+int ITEMS = 3;
double chain[ITEM_CAP][ITEM_CAP] = {
{ 0.2, 0.6, 0.2 },
{ 0.3, 0.0, 0.7 },