Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.     public static double randomNumBetween1(double x, double y){
  2.         return Math.random()*(y-x)+x;
  3.     }