The Shuffle Dataset node takes a list of images and randomly changes their order. It uses a seed value to control the randomness, ensuring the same shuffle order can be reproduced. This is useful for randomizing the sequence of images in a dataset before processing.

## Inputs

| Parameter | Description | Data Type | Required | Range |
| --- | --- | --- | --- | --- |
| `images` | The list of images to be shuffled. | IMAGE | Yes | - |
| `seed` | Random seed. (default: 0) | INT | No | 0 to 18446744073709551615 |

## Outputs

| Output Name | Description | Data Type |
| --- | --- | --- |
| `images` | The same list of images, but in a new, randomly shuffled order. | IMAGE |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ShuffleDataset/en.md)

---
**Source fingerprint (SHA-256):** `6cde5dcf15817ab98f35f7b2e40fe79a5451c86dba93c0e3cd2622d1cec76c36`
