[][src]Function scottish_names::sex

pub fn sex() -> Sex

Return a random Sex of Male or Female.

use scottish_names::*;

let s = sex();
println!("Random sex is {:?}", s);