Type Alias I32RandomField

Source
pub type I32RandomField = NumericFieldRandomConcrete<i32>;

Aliased Type§

struct I32RandomField {
    min: i32,
    max: i32,
    seed: u64,
}

Fields§

§min: i32§max: i32§seed: u64