pub trait LengthChooser { // Required method fn how_long(&mut self, guac: &mut Guacamole) -> u32; }
Given Guacamole, generate a string length for the next string.
Use the provided guacamole as the sole source of randomness to generate a new u32 string length.
u32