Generate a random floating-point number.
GET/v1/number/float
This API endpoint will return a random floating-point number, by default between 0.0 and 1.0. To change the range, pass a min and max value. To limit the number of decimal places, pass a multipleOf or fractionDigits parameter.
Request
Responses
- 200
- 500
a random floating-point number
Internal server error.