List Shuffle
Pure read expression that returns a shuffled copy of a list. Does not mutate the original list variable/value. Order is randomized; do not rely on a particular output order.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
list | yes | expression | array | — |
Notes
- Pure read expression that returns a shuffled copy of a list.
- Does not mutate the original list variable/value.
- Order is randomized; do not rely on a particular output order.