jobTitle static method

String jobTitle()

Generate a random job title

Implementation

static String jobTitle() {
  return titles[_random.nextInt(titles.length)];
}