pressure static method

double pressure()

Implementation

static double pressure() {
  return 980 + _random.nextDouble() * 40; // 980-1020 hPa
}