Template:Random


Time: 43
Seed: 43


0.096171919256449

Utilizzo del template

This template generates pseudo-random numbers. The generated number changes every time the page is refreshed by:

http://page.url?action=purge

it is possible to call the template in 3 different ways:

  • Without argument: in this case a value between 0 and 1 will be returned
{{Random}}</ pre>
* '''With a (numeric)''' argument: a value between 0 and that argument will be returned
<Pre>{{Random|6}}</ pre>
* '''With two arguments (numeric)''': a value between the first and the second will be returned.
<Pre>{{Random|3|7}}