{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "rng-sociologic-ai-shuffle",
  "title": "Sociologic \u00b7 Fisher-Yates array shuffle",
  "url": "https://rng.sociologic.ai/shuffle",
  "category": "tools",
  "summary": "Shuffle arrays of up to 1000 items using the Fisher-Yates algorithm with verifiable seed output.",
  "seo": {
    "title": "Fisher-Yates Shuffle API | x402 RNG Utility",
    "description": "Cryptographically secure array shuffling using Fisher-Yates algorithm. Up to 1000 items. $0.02 per call via x402 on Base."
  },
  "use_cases": [
    "Shuffle arrays for fair randomization",
    "Generate verifiable random ordering",
    "Randomize lists up to 1000 items"
  ],
  "ideal_buyer": "Applications needing fair, verifiable array randomization for games, sampling, or lotteries.",
  "example_prompt": "Shuffle this array of 50 participant IDs for a randomized trial.",
  "example_request_body": {
    "items": [
      "id_001",
      "id_002",
      "id_003",
      "id_004",
      "id_005"
    ]
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 2,
    "median_category_atomic": 10000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "verified_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x0b6e3594df4faa6d66196d5a3271796ad8bb505d",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "20000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Shuffle an array using Fisher-Yates algorithm (max 1000 items)",
      "verified": true,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "required": [
              "items"
            ],
            "properties": {
              "items": {
                "type": "array",
                "maxItems": 1000,
                "description": "Array of items to shuffle (max 1000)"
              }
            }
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "example": {
            "seed": "0xabcdef123456",
            "shuffled": [
              "c",
              "a",
              "d",
              "b"
            ],
            "originalLength": 4
          }
        }
      }
    }
  ],
  "duplicate_cluster_id": "tools-cl-b495f9eaf003",
  "origin": {
    "slug": "rng-sociologic-ai",
    "host": "rng.sociologic.ai",
    "url": "https://rng.sociologic.ai"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/rng-sociologic-ai-shuffle",
    "url": "https://x402all.com/resource/rng-sociologic-ai-shuffle",
    "name": "Sociologic \u00b7 Fisher-Yates array shuffle",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/rng-sociologic-ai-shuffle",
      "@type": "Offer",
      "price": "0.02",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.020000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://rng.sociologic.ai/shuffle",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/rng-sociologic-ai",
      "url": "https://rng.sociologic.ai",
      "name": "rng.sociologic.ai",
      "@type": "Organization"
    },
    "identifier": "rng-sociologic-ai-shuffle",
    "description": "Cryptographically secure array shuffling using Fisher-Yates algorithm. Up to 1000 items. $0.02 per call via x402 on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=rng-sociologic-ai-shuffle",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "tools"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=rng-sociologic-ai-shuffle"
}
