Generate unique elements in an array

In reply to itsmyturn:

You can randomize the existing elements of an associative array, just like any other array using the foreach constraint. You cannot add or delete elements, or change the index values of an associative array.