Verifiable RNG API
Random numbers that are easy to verify.
Generate random integers or floats and verify results instantly by lookup ID. Built for transparency, fairness checks, and clean audit trails.
FastSimpleAuditableDeveloper-friendly
Example
Generate → Get ID → Verify anytime
Request body
{
"min": 0,
"max": 1
}Response (example)
result
1
type
integer
lookup id
cuid_••••••••••••
Verify with /verify using the lookup idonline