{"uid":"cap_8M_XRB5CsYKbXt-OA9OPs","slug":"delx-seeded-dice-roll-022435ef","name":"Delx Seeded Dice Roll","description":"Seeded Dice Roll: Seeded Dice Roll rolls bounded virtual dice reproducibly for simulations from bounded caller-supplied values without an external provider. Call Seeded Dice Roll when an agent needs a reproducible decision that another run can independently replay. Returns the deterministic selection plus seed provenance, population bounds, and the operation-specific outcome for Seeded Dice Roll as versioned deterministic JSON. Price: $0.001 USDC via x402 on Base. First-party, stateless, memory…","url":"https://api.delx.ai/api/v1/x402/seeded-dice-roll","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"dice":{"type":"integer","description":"Dice supplied to Seeded Dice Roll; used only for this bounded calculation and processed in memory without retention."},"seed":{"type":"string","maxLength":8192,"description":"Seed supplied to Seeded Dice Roll; used only for this bounded calculation and processed in memory without retention."},"sides":{"type":"integer","description":"Sides supplied to Seeded Dice Roll; used only for this bounded calculation and processed in memory without retention."}}},"responseSchema":{"type":"json","example":{"result":{"rolls":[4,5,2],"total":11},"schema":"delx/util-seeded-dice-roll/v1","status":"pass","evidence":{"retained":false,"input_sha256":"e5fdf978b5cda920d66c6eba6e0fbe9d8a6f7b4ea6e1bc7b308afee464f3682c","external_calls":0},"operation":"seeded_decision:seeded_dice_roll"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.001","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_SdoaeRXhu8yDOHNbSld2f","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Rolls a configurable number of dice with a given number of sides using a deterministic seed, returning reproducible random results.","exampleAgentPrompt":"Roll 3 dice with 6 sides each using the seed 'myseed42' and tell me the individual results and the total.","exampleUseCases":[{"title":"Reproducible game outcome simulation","prompt":"Roll 4 dice with 8 sides each using the seed 'dungeon2024' so I get the same result every time I replay this encounter."},{"title":"Deterministic agent decision making","prompt":"I need to make a fair random choice between 6 options — roll 1 six-sided die using the seed 'agent-decision-001' so the outcome is auditable."},{"title":"Reproducible test data generation","prompt":"Generate a seeded dice roll with 2 dice, 20 sides each, and seed 'test-run-42' so I can reproduce the same random values in my QA suite."}],"resultDescription":"Returns an array of individual die roll values, their sum as a total, an SHA-256 hash of the input for auditability, a confirmation that no data was retained, the number of external calls made (always 0), and an operation identifier. The response is fully deterministic given the same seed, dice count, and sides.","failureModes":["Invalid dice or sides value (non-integer or out of range) may return a validation error","Seed exceeding 8192 characters will be rejected","Missing required fields may return a 400 bad request","Payment failure or insufficient USDC balance returns a 402 response"],"whenToPreferThis":"Choose this endpoint when you need deterministic, reproducible dice rolls tied to a specific seed — ideal for auditable agent decisions, game simulations, or test suites where the same seed must always produce the same output. Prefer it over true random number generators when reproducibility and verifiability are required.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T01:15:45.273Z","isFirstParty":false}