Type Alias I16RandomField

Source
pub type I16RandomField = NumericFieldRandomConcrete<i16>;

Aliased Type§

struct I16RandomField {
    min: i16,
    max: i16,
    seed: u64,
}

Fields§

§min: i16§max: i16§seed: u64