I have tried many different ways to generate random numbers but I can't seem to make a simple nextInt(int min, int max) method that will work on negative and positive ranges.
10 to 20 -10 to 10 -10 to -20
If I get it working for one range, the other doesn't work.