curl --request GET \
--url https://api.example.com/v1/random/gaussian \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Generate random number(s) from a Gaussian (normal) distribution.
curl --request GET \
--url https://api.example.com/v1/random/gaussian \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Mean (center) of the distribution
Standard deviation
x >= 0Decimal places
0 <= x <= 15Number of values to generate
1 <= x <= 1000Successful Response