🎉 Version 1.0.8 - New Random Number Generator API Added
/rng/batch?batches=5&count=6&min=1&max=49 - 5 lottery draws/rng/batch?batches=10&count=100&distribution=normal - 10 datasets/rng/batch?batches=20&count=50&unique=true - Unique setscurl --location --request GET 'https://apis.rocks/rng/batch'{
"success": true,
"data": {
"batches": [
{
"batchId": 1,
"numbers": [
0
],
"statistics": {
"mean": 0,
"median": 0,
"min": 0,
"max": 0,
"sum": 0,
"stdDev": 0
}
}
],
"totalCount": 1,
"parameters": {
"min": 0,
"max": 0,
"count": 0,
"format": "integer",
"distribution": "uniform",
"unique": true
}
},
"meta": {
"requestId": "string",
"timestamp": "string",
"executionTime": 0
}
}