Converts a generator to produce integer values. More...
Converts a generator to produce integer values.
This generator adapter takes a generator g and produces signed integer values by generating values using g and converting them to integers. The conversion is done by interpreting the generated values as integers of the same size as the base type of the target type.
| G | Type of the generator to adapt |