urandom.ai · console

Live calls to this server's API. ← home · API reference

Random bytes

Cryptographically secure bytes, hex-encoded.


        
GET /v1/random/bytes?n=

Password

High-entropy password over an unambiguous charset.


        
GET /v1/random/password?length=

Integer & UUID

Unbiased integer in a range, or a v4 UUID.


        
GET /v1/random/int · /v1/random/uuid

Entropy health

Sample bytes and run SP 800-90B health tests.


        
GET /v1/entropy/health?samples=

ML-KEM-768 keypair

Post-quantum KEM (FIPS 203). Keys shown truncated.


        
POST /v1/pqc/ml-kem-768/keypair

ML-DSA-65 sign & verify

Generate a keypair, sign a message, verify it — end to end.


        
POST /v1/pqc/ml-dsa-65/{keypair,sign,verify}

Aperiodic ≠ random

The lab demo: a never-repeating sequence that still fails randomness tests.


        
GET /v1/lab/aperiodic?n=