simulate
Footdigest: run the seeded Monte Carlo over a competition's group stage and return each team's advancement probabilities. Pass trials and seed to control and reproduce the run; the same inputs always return the same numbers. Identify the competition by its slug (e.g. "world-cup-2026").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Seed for reproducibility (default 42). | |
| trials | No | Simulated tournaments (default 10000, capped at 50000). | |
| competition | Yes | Competition slug, e.g. world-cup-2026. |