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