shuffle_array

Randomly shuffles the elements of the array.

Inputs

array

Array to shuffle.

seed

Seed for the random number generator.

Output

shuffled

The shuffled array.