pub fn surname() -> &'static str
Return a random surname in all caps.
use scottish_names::*; let n = surname(); println!("Surname is {}", n);