fn add_arb_duration<T: 'static + Copy + Add<Duration> + Debug>(
    to: T
) -> BoxedStrategy<T::Output>where
    T::Output: Debug,