Trait armnod::LengthChooser

source ·
pub trait LengthChooser {
    // Required method
    fn how_long(&mut self, guac: &mut Guacamole) -> u32;
}
Expand description

Given Guacamole, generate a string length for the next string.

Required Methods§

source

fn how_long(&mut self, guac: &mut Guacamole) -> u32

Use the provided guacamole as the sole source of randomness to generate a new u32 string length.

Implementors§