======Spam Filter Rules: Random====== ^Statement |Random | ^Version |2.5.2+ | ^Purpose |Generates a random number | The **Random** statement requires a lower and higher numeric bound, and a variable to assign the result to, in the format Random *The variable gets set to an integer number between the lower and higher bounds, inclusive *If the value is lower than the value, the two numbers are swapped =====Example===== Random 5 10 val #${val} contains one of 5, 6, 7, 8, 9, 10