将32位数字设置为变量并在ColdFusion中使用

时间:2018-09-06 11:50:16

标签: coldfusion coldfusion-11

我是Coldfusion的新手。如何将32位数字设置为变量并用于进一步的计算。我尝试过

<cfscript>
randStart = 1;
randEnd=99999999999999999999999999999999;
ranValue = #randRange(randStart, randEnd, "SHA1PRNG")# ;
</cfscript>

但是它会引发错误

Cannot convert the value 1.0E32 to an integer because it cannot fit inside an integer.

请提出建议。

0 个答案:

没有答案