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