airQualityIndex static method

int airQualityIndex()

Implementation

static int airQualityIndex() {
  return _random.nextInt(500) + 1; // 1-500
}