pub fn format(
    random: fn(_: usize) -> Vec<u8, Global>,
    alphabet: &[char],
    size: usize
) -> String