Randomize
Method Signature
Randomize(seed=[numeric], algorithm=[string])Arguments
Argument
Type
Required
Description
Default
Examples
Tag Example
<bx:set randomize( 12345 ) > <!--- if one was to remove this line, the random numbers are different every time --->
<bx:loop index="i" from="1" to="10">
<bx:output>#rand()#</bx:output>
</bx:loop> Additional Examples
Related
Last updated
Was this helpful?
