Overview
Picks a single random item from an array or collection.
If you are trying to get multiple random items, consider the shuffle modifier.
Example
The YAML
arr: - Soda - Pop - Coke
The Template
{{ arr | random }}
The Output
Soda (maybe)