diff --git a/documents/c_references.md b/documents/c_references.md
new file mode 100644
index 0000000000000000000000000000000000000000..f887f80ae17c90f966d11619f997e645719ddc22
--- /dev/null
+++ b/documents/c_references.md
@@ -0,0 +1,17 @@
+# Peterson's Algorithm > Documents > References.md
+
+
+## Description
+All references to external logic. Includes anything from stack overflow links to notes about logic from previous works.
+
+
+## References
+
+### MultiThreading in C
+* Since it's been a while since I used the C language, I referenced my old CS4540 (Operating Systems) project, both to try to remember how C works and as an example of how PThreads work. Project is located at <https://git.brandon-rodriguez.com/c/cs_4540/a4>.
+* General MultiThreading - <https://www.geeksforgeeks.org/multithreading-c-2/>
+
+### Getting a Random Int in C
+* <https://www.geeksforgeeks.org/rand-and-srand-in-ccpp/>
+* <https://stackoverflow.com/questions/822323/how-to-generate-a-random-int-in-c>
+* <https://stackoverflow.com/questions/17846212/generate-a-random-number-between-1-and-10-in-c>
diff --git a/documents/references.md b/documents/python_references.md
similarity index 100%
rename from documents/references.md
rename to documents/python_references.md