POST
$0.02 default
/coinDescription
Flip one or more coins (heads or tails)
Pricing
$0.02 default
High-quality randomness with verifiable entropy
Apiosk lists this API but does not proxy it. Call the provider's URL directly and pay them over x402 — Apiosk never sits between you and the response.
| Resource | Description | |
|---|---|---|
https://rng.sociologic.ai/random |
Generate cryptographically secure random float(s) between 0 and 1 | Open |
https://rng.sociologic.ai/random/int |
Generate a cryptographically secure random integer within a range | Open |
https://rng.sociologic.ai/uuid |
Generate cryptographically secure UUID v4(s) | Open |
https://rng.sociologic.ai/dice |
Roll a die with configurable number of sides (2-1000) | Open |
https://rng.sociologic.ai/coin |
Flip one or more coins (heads or tails) | Open |
https://rng.sociologic.ai/shuffle |
Shuffle an array using Fisher-Yates algorithm (max 1000 items) | Open |
https://rng.sociologic.ai/weighted |
Select a random item from weighted options (max 1000 items) | Open |
| Method | Path | Description | Cost | |
|---|---|---|---|---|
| POST | /coin | Flip one or more coins (heads or tails) | $0.02 default |
View details |
| POST | /dice | Roll a die with configurable number of sides (2-1000) | $0.02 default |
View details |
| POST | /random | Generate cryptographically secure random float(s) between 0 and 1 | $0.01 default |
View details |
| POST | /random/int | Generate a cryptographically secure random integer within a range | $0.01 default |
View details |
| POST | /shuffle | Shuffle an array using Fisher-Yates algorithm (max 1000 items) | $0.02 default |
View details |
| POST | /uuid | Generate cryptographically secure UUID v4(s) | $0.01 default |
View details |
| POST | /weighted | Select a random item from weighted options (max 1000 items) | $0.02 default |
View details |
/coinFlip one or more coins (heads or tails)
/diceRoll a die with configurable number of sides (2-1000)
/randomGenerate cryptographically secure random float(s) between 0 and 1
/random/intGenerate a cryptographically secure random integer within a range
/shuffleShuffle an array using Fisher-Yates algorithm (max 1000 items)
/uuidGenerate cryptographically secure UUID v4(s)
/weightedSelect a random item from weighted options (max 1000 items)