windSpeed static method

double windSpeed()

Implementation

static double windSpeed() {
  return _random.nextDouble() * 50; // 0-50 km/h or mph
}