city static method

String city()

Implementation

static String city() {
  return data.city[_random.nextInt(data.city.length)];
}