Random
The Random
tag generates a random number.
<Random from=1 to=100 />
Result: 26
Use the attributes from
and to
to set the minimum and maximum number.
The Random
tag generates a random number.
<Random from=1 to=100 />
Result: 26
Use the attributes from
and to
to set the minimum and maximum number.