time::quickcheck

Macro arbitrary_between

source
macro_rules! arbitrary_between {
    ($type:ty; $gen:expr, $min:expr, $max:expr) => { ... };
}
Expand description

Obtain an arbitrary value between the minimum and maximum inclusive.