pub type I32RandomField = NumericFieldRandomConcrete<i32>;
struct I32RandomField { min: i32, max: i32, seed: u64, }
min: i32
max: i32
seed: u64