> ## Documentation Index
> Fetch the complete documentation index at: https://learn.workflow.dog/llms.txt
> Use this file to discover all available pages before exploring further.

# Shuffle List

> Randomly reorder the items in a list.

## Input

| Input    | Type | Required | Description                        |
| -------- | ---- | -------- | ---------------------------------- |
| **List** | List | No       | The source list. Defaults to `[]`. |

## Output

| Output       | Type | Description                            |
| ------------ | ---- | -------------------------------------- |
| **Shuffled** | List | A randomly reordered copy of the list. |

Every item appears exactly once, but the order may differ on each run. A
shuffle can occasionally return the original order, especially for short
lists.
