> ## 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.

# Random Select

> Choose one option at random on each run.

## Input

| Input       | Type           | Required | Description                              |
| ----------- | -------------- | -------- | ---------------------------------------- |
| **Options** | Repeatable any | Yes      | At least one value that may be selected. |

## Output

| Output       | Type | Description                   |
| ------------ | ---- | ----------------------------- |
| **Selected** | Any  | One randomly selected option. |

Every position has the same probability. Duplicate values occupy multiple
positions and therefore increase that value's chance of selection.

<Note>
  Random selection is nondeterministic. Two runs with the same options can
  return different results.
</Note>
