Template:Random
- Purpose
- Returns a random number between 0 and 99, or between 0 and the value of the first parameter minus one.
- Usage
- {{Random|maximum value + 1}}
- Optional parameter 1 takes the default value 100.
- Example
- {{Random}} = 45 (returns a random number between 0 and 99)
- {{Random|450}} = 395 (returns a random number between 0 and 449)
- Remark
- Multiple occurence of this template on one page will all result in the same value.