You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On 2022-05-28 @recmo wrote in 1ec2e50 “Recognize new tags”:
Would be nice to have a value range as parameter
and/or a choice between uniform and 'exponential' distribution.
num::u64::Any,strategy::{BoxedStrategy,Strategy},};impl<constBITS:usize,constLIMBS:usize>ArbitraryforUint<BITS,LIMBS>{// FEATURE: Would be nice to have a value range as parameter// and/or a choice between uniform and 'exponential' distribution.typeParameters = ();typeStrategy = BoxedStrategy<Self>;fn arbitrary_with(_:Self::Parameters) -> BoxedStrategy<Self>{// OPT: Copy [`UniformArrayStrategy`] to avoid heap allocations
On 2022-05-28 @recmo wrote in
1ec2e50
“Recognize new tags”:Would be nice to have a value range as parameter
and/or a choice between uniform and 'exponential' distribution.
From
src/support/proptest.rs:11
The text was updated successfully, but these errors were encountered: