random_shuffle
Shuffle a list of items into a random order using predefined input and output schemas. Ideal for generating randomized sequences in applications requiring unpredictability.
Instructions
Return a new list with items in random order.
Args: items: List of items to shuffle
Returns: New list with items in random order
Input Schema
Name | Required | Description | Default |
---|---|---|---|
items | Yes |