<random></random>
Provided by module: Tags: RXML 2 tags
Randomly chooses a message from its contents, or
returns an integer within a given range.
Attributes
- range="integer"
-
The random range, from 0 up to but not including the range integer.
- separator="string"
-
The separator used to separate the messages, by default newline.
<random separator='#'>Foo#Bar#Baz</random> |
Foo |
|
- seed="string"
-
Enables you to use a seed that determines which message to choose.
Tip of the day:
<set variable='var.day'><date type='iso' date=''/></set>
<random seed='var.day'><insert file='tips.txt'/></random> |
|