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