domain static method

String domain()

Implementation

static String domain() {
  return _domains[_random.nextInt(_domains.length)];
}