青衣巷 发表于 2022-11-1 20:28 好嘞,非常感谢 |
是的。idum 只是一个种子。 如果 idum 每次是固定的。那么得到的随机数也是相同的。 其实,现在语法里有了 random_seed 和 random_number,完全可以用这两个标准函数。 你可以参考 http://random.w.fcode.cn/ |
青衣巷 发表于 2022-10-31 19:49 就是其实无关于是否对idum 赋值,无论给idum赋值多少,ran1(idum)生成的随机数都是0-1吗 |
以下是 《NUmerical Recipes》书中关于 ran1 函数的说明。 “Minimal” random number generator of Park and Miller with Bays-Durham shuffle and added safeguards. Returns a uniform random deviate between 0.0 and 1.0 (exclusive of the endpoint values). Call with idum a negative integer to initialize; thereafter, do not alter idum between successive deviates in a sequence. RNMX should approximate the largest floating value that is less than 1. 结果是 [0,1) 半开半闭区间 |
捐赠本站|Archiver|关于我们 About Us|小黑屋|Fcode ( 京ICP备18005632-2号 )
GMT+8, 2024-11-23 09:36