Commit 6bf7accc authored by Sully Khalifa's avatar Sully Khalifa

Formative

parent 176482da
......@@ -426,7 +426,7 @@
//A method for random table allocation.
//A method for random table allocation
private static void randomTable() {
random_int = (int)(Math.random() * (max - min + 1) + min);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment