cfirst function

String cfirst()

return a random chinses firstName.

Implementation

String cfirst() {
  return pick(cfirstNames);
}