name static method

String name()

Implementation

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