clast function

String clast()

return a random chinses lastName.

Implementation

String clast() {
  return pick(clastNames);
}