Use this when you want to randomise the order of a list within a flow, for example introducing variation into a distribution or selection.
Inputs:
List (any[ ... ]): The list to shuffle.
Seed (number): The seed for the random number generator.
Outputs:
List (any[ ... ]): The shuffled list.
How to:
Feed in a list
Nominate a seed value (any number)
The result is the randomly shuffled list

