pub fn arb_note_value_bounded(max: u64) -> impl Strategy<Value = NoteValue>Available on crate feature
test-dependencies only.Expand description
Generate an arbitrary value in the range of valid positive amounts less than a specified value.