macro_rules! rand_definition {
    ($type:ident, $min_value:expr, $max_value:expr) => { ... };
}