first function

String first()

return a random firstName.

Implementation

String first() {
  return pick(firstNames);
}