static double randomDouble(double min, double max) { return _random.nextDouble() * (max - min) + min; }