Optional
maxUpper bound for the generated 32-bit floats (included)
Number.POSITIVE_INFINITY, 3.4028234663852886e+38 when noDefaultInfinity is true
Since 2.8.0
Optional
maxShould the upper bound (aka max) be excluded? Note: Excluding max=Number.POSITIVE_INFINITY would result into having max set to 3.4028234663852886e+38.
false
Since 3.12.0
Optional
minLower bound for the generated 32-bit floats (included)
Number.NEGATIVE_INFINITY, -3.4028234663852886e+38 when noDefaultInfinity is true
Since 2.8.0
Optional
minShould the lower bound (aka min) be excluded? Note: Excluding min=Number.NEGATIVE_INFINITY would result into having min set to -3.4028234663852886e+38.
false
Since 3.12.0
Optional
noBy default, lower and upper bounds are -infinity and +infinity. By setting noDefaultInfinity to true, you move those defaults to minimal and maximal finite values.
false
Since 2.8.0
Optional
noWhen set to true, no more Number.NaN can be generated.
false
Since 2.8.0
Generated using TypeDoc
Constraints to be applied on float
Remarks
Since 2.6.0