文件名称:seeded-random:轻量级AS3种子随机实现
文件大小:191KB
文件格式:ZIP
更新时间:2024-06-12 18:52:08
ActionScript
种子式伪随机AS3实现
注意:
它不是Mersenne Twister伪随机数生成器。
用法:
用一些种子初始化随机生成器。
const random : SeededRandom = new SeededRandom(getTimer())
方法:
nextInt() : int [0..int.MAX_VALUE]
nextBoolean() : Boolean
nextNumber(): Number [0..1]
nextIntWithin(from: int, to: int) : int [from..to]
intByChance(values:Vector.
【文件预览】:
seeded-random-master
----readme.md(884B)
----tests()
--------AllTests.as(195B)
--------TestRunner.as(352B)
--------tests()
----src()
--------org()
----lib()
--------hamcrest-as3-only-1.2.0.swc(128KB)
--------AsUnit-4.1.2.swc(59KB)