# shuffle Randomizes the order of the elements of a list. **Since:** 3.0 ## Parameters - `lt` : The list to shuffle. - `seed` : Random seed value. ## Examples use echo(shuffle([1, 2, 3, 4]));