pub fn arb_plutus_interval<T>(
lower_bound: T,
upper_bound: T,
) -> impl Strategy<Value = PlutusInterval<T::Value>>where
T: Strategy,
T::Value: FeatureTraits + Clone,
Expand description
Strategy to generate a PlutusInterval
This implementation is not normalized, so impossible values might be generated