Description
Get a randomly number greater than or equal to 0 and strictly less than the max number passed in parameter.
Syntax
{{ <max_integer> | random }}
Example
{{ 10 | random }}
returns
"4"
or any numbers between 0 and 9.
Get a randomly number greater than or equal to 0 and strictly less than the max number passed in parameter.
{{ <max_integer> | random }}
{{ 10 | random }}
returns
"4"
or any numbers between 0 and 9.