Constant proptest::num::f64::POSITIVE [−][src]
pub const POSITIVE: Any=
Any(<FloatTypes>::POSITIVE)
Generates positive floats
By itself, implies the NORMAL
class, unless another class is
OR'ed in. That is, using POSITIVE
as a strategy by itself will
generate arbitrary values between the type's MIN_POSITIVE
and
MAX
, while POSITIVE | INFINITE
would only allow generating
positive infinity.