randomize See also rand, random Shuffle a list of values. For example: {{ ["a","b","c"]|randomize }} The output of this is the same list, but the order of the elements randomized. So for instance: [“c”, “a”, “b”\]. Edit on GitHub