static double randomDoubleRange(double minInclude, double maxExclude) { return minInclude + (maxExclude - minInclude) * getRandom().nextDouble(); }