RandRange
Method Signature
RandRange(number1=[numeric], number2=[numeric], algorithm=[string])Arguments
Argument
Type
Required
Description
Default
Examples
Tag Example
<bx:set r = randomize( 7, "SHA1PRNG" ) >
<bx:set local.MYINT = 1 >
<bx:set local.MYINT2 = 999 >
<!--- Generate and display the random number. --->
<bx:output><p><b>
RandRange returned: #randRange( local.MYINT, local.MYINT2, "SHA1PRNG" )#
</bx:output></b></p> Script Example
Additional Examples
Related
Last updated
Was this helpful?
