time::quickcheck

Macro arbitrary_between

Source
macro_rules! arbitrary_between {
    ($type:ty; $gen:expr, $min:expr, $max:expr) => { ... };
}
Available on crate feature quickcheck only.
Expand description

Obtain an arbitrary value between the minimum and maximum inclusive.