plutus_ledger_api::generators::correct::v1

Function arb_plutus_interval

Source
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