logo
Home XtGem- Templates- XtScript- bottom

Random number function

From html only
This function will produce a random number between val1 and val2 inclusive

<xt:random from="val1" to="val2" />

Multiple calls on one page
using the same input values
will produce the same output.
<xt:random from="0" to="10000"/>
1st call 4370
2nd call 4370

To cure this add another operator/argument pair I'm using x
<xt:random from="0" to="10000" x="1"/>
9590
Change the value of x to change the output.
<xt:random from="0" to="10000" x="2"/>
2380

The value of x can be almost anything
<xt:random from="0" to="10000" x="hello"/>
1228
Also see
Countdown Device type Gen time file count Refefer url Current url
Powered by XtGem
About us Contact Forum topÂ