array_random Filter

Returns a random item from the array

{{ [1,2,3]|array_random }}

{# 2 - retrieved randomly #}