Same as the preceding overload for floating-point TYPE.
Declared in <bslim_fuzzutil.h>
template<class TYPE>
static
TYPE
consumeNumberInRange(
FuzzDataView* fuzzDataView,
TYPE min,
TYPE max)
requires bsl::is_floating_point<TYPE>::value;
a value of TYPE in the inclusive range [min .. max]
| Name | Description |
|---|---|
| fuzzDataView | view providing fuzz input bytes |
| min | inclusive lower bound of the result |
| max | inclusive upper bound of the result |