Rexx - randu() 方法
此方法返回 0 到 1 之间的伪随机数。
语法
randu()
参数
None
返回值
返回 0 到 1 之间的伪随机数。
示例
/* 主程序 */ options arexx_bifs say randu()
当我们运行上面的程序时,我们将得到以下结果。
输出
0.396464774
此方法返回 0 到 1 之间的伪随机数。
randu()
None
返回 0 到 1 之间的伪随机数。
/* 主程序 */ options arexx_bifs say randu()
当我们运行上面的程序时,我们将得到以下结果。
0.396464774
如果您发现内容有误或提出修改建议,请随时向我们发送 E-mail 邮件:
421660149@qq.com
您的建议已发送到 W3schools。