diff --git a/README.md b/README.md
index 201b4c500b653da909350097953cd71b4bb2ad14..05dfceb2ba1c16415f1de49563fa60c4fcd15437 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