From 1e38824411119951cff7024b09277801bf915020 Mon Sep 17 00:00:00 2001
From: h45-taylor <harvey.taylor3@live.uwe.ac.uk>
Date: Tue, 12 Dec 2023 12:14:08 +0000
Subject: [PATCH] explanation to readme about rnd.cpp

---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 201b4c5..05dfceb 100644
--- a/README.md
+++ b/README.md
@@ -59,4 +59,8 @@ I then use a switch statement to match what key was pressed and to run a functio
 
 # Images
 
-![The Starting Grid Of My 2048 with the randomised starting numbers](https://gitlab.uwe.ac.uk/h45-taylor/assignment-2048/-/raw/master/Screenshots/Starting%20grid.png?ref_type=heads "The Starting Grid Of My 2048")
\ No newline at end of file
+![The Starting Grid Of My 2048 with the randomised starting numbers](https://gitlab.uwe.ac.uk/h45-taylor/assignment-2048/-/raw/master/Screenshots/Starting%20grid.png?ref_type=heads "The Starting Grid Of My 2048")
+
+# Randomness Proof
+
+I have created a program [rnd.cpp](https://gitlab.uwe.ac.uk/h45-taylor/assignment-2048/-/blob/master/rnd.cpp?ref_type=heads) that uses the same mathematics as my 2048 game and outputs and totals all of the results to get an idea of how random for how favoured in one direction it is.
\ No newline at end of file
-- 
GitLab