mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 04:16:28 +00:00
12 lines
228 B
ReStructuredText
12 lines
228 B
ReStructuredText
``random``
|
|
==========
|
|
|
|
.. versionadded:: 1.5
|
|
The random function was added in Twig 1.5.
|
|
|
|
The ``random`` function returns a random item from a sequence:
|
|
|
|
.. code-block:: jinja
|
|
|
|
{{ random(['apple', 'orange', 'citrus']) }}
|