{"uid":"cap_IRhjsrln-9EUBzuOtISQp","slug":"delx-seeded-range-sequence-b32f50a9","name":"Delx Seeded Range Sequence","description":"Seeded Range Sequence: Seeded Range Sequence generates unique reproducible integers from a bounded range from bounded caller-supplied values without an external provider. Call Seeded Range Sequence 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 Range Sequence as versioned deterministic JSON. Price: $0.001 USDC via x402 on Base. First-…","url":"https://api.delx.ai/api/v1/x402/seeded-range-sequence","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"seed":{"type":"string","maxLength":8192,"description":"Seed supplied to Seeded Range Sequence; used only for this bounded calculation and processed in memory without retention."},"count":{"type":"integer","description":"Count supplied to Seeded Range Sequence; used only for this bounded calculation and processed in memory without retention."},"maximum":{"type":"integer","description":"Maximum supplied to Seeded Range Sequence; used only for this bounded calculation and processed in memory without retention."},"minimum":{"type":"integer","description":"Minimum supplied to Seeded Range Sequence; used only for this bounded calculation and processed in memory without retention."}}},"responseSchema":{"type":"json","example":{"result":{"values":[62,12,93,45,30,36,5,47]},"schema":"delx/util-seeded-range-sequence/v1","status":"pass","evidence":{"retained":false,"input_sha256":"88a07e691a7a40946b46b44603db35ec8be1f77d6e364a6cdf4d79d045e1ded8","external_calls":0},"operation":"seeded_decision:seeded_range_sequence"}},"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_Qu0Ri5JabhMObCL-rQj5y","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":"Generates a deterministic sequence of random integers within a specified range using a seed string, returning the same values every time for the same inputs.","exampleAgentPrompt":"Generate a seeded sequence of 8 random integers between 1 and 100 using the seed 'morning-launch-42' — I need the same numbers every time I use that seed.","exampleUseCases":[{"title":"Reproducible test data generation","prompt":"I need 10 random integers between 0 and 255 that are always the same when I use the seed 'test-suite-v3' — can you generate that sequence for me?"},{"title":"Deterministic lottery number draw","prompt":"Use the seed 'weekly-draw-2024-06-10' to generate 6 numbers between 1 and 49 — I need the draw to be reproducible if anyone challenges it."},{"title":"Seeded random sampling for A/B assignment","prompt":"Give me a sequence of 20 integers between 1 and 2 using the seed 'experiment-cohort-7' so I can assign users to groups the same way every time."}],"resultDescription":"Returns a JSON object containing a 'values' array of integers within the specified range, an operation name, a status field ('pass'), and an evidence block confirming no data was retained, no external calls were made, and an SHA-256 hash of the input for auditability.","failureModes":["Seed exceeds 8192 character limit — request rejected","Count or minimum/maximum values are missing or non-integer — schema validation error","Minimum greater than maximum — likely returns error or undefined behavior","Payment failure (x402) — endpoint returns 402 before computation","Network timeout — no result returned"],"whenToPreferThis":"Choose this endpoint when you need a deterministic, reproducible sequence of random integers — i.e., the same seed must always yield the same output. Prefer it over true random number generation when auditability, reproducibility, or consistent test fixtures are required. It is not suitable for cryptographic randomness or security-sensitive applications.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T12:58:00.185Z","isFirstParty":false}