🎉 Version 1.0.8 - New Random Number Generator API Added
curl --location --request GET 'https://apis.rocks/rng/info'{
"success": true,
"data": {
"supportedDistributions": [
"string"
],
"supportedFormats": [
"string"
],
"limits": {
"maxCount": 0,
"maxBatches": 0,
"maxPrecision": 0,
"minValue": 0,
"maxValue": 0
},
"distributions": {
"property1": {
"name": "string",
"description": "string",
"parameters": [
{
"name": "string",
"type": "string",
"description": "string",
"default": null,
"required": true
}
]
},
"property2": {
"name": "string",
"description": "string",
"parameters": [
{
"name": "string",
"type": "string",
"description": "string",
"default": null,
"required": true
}
]
}
}
},
"meta": {
"requestId": "string",
"timestamp": "string"
}
}