Randomly shuffles the items in the array
{{ [1,2,3]|array_shuffle }} {# [2,3,1] - ordered randomly #}