ComfyUI Node
_.shuffle
Returns a shuffled copy of the list, using a version of the Fisher-Yates shuffle.
_.shuffle
- list_or_dict
- LIST
Categoryovum/underscore
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| list_or_dictopt | * | Primary input object (expected collection). You can still pass any JSON-serializable value. Also accepts _.CHAIN to continue chaining. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| LIST | LIST | — |