测试随机数
我有一个随机数生成器。现在我只需要运行三个测试 monobit 测试、游程测试和卡方测试。 我确信有可用的源代码(可能是 c cpp 或 java)用于这些测试。我在哪里可以找到它们? 这应该可以节省一些从头开始编写的时间?
-
I have a random number generator. Now I just need to run three tests
monobit test, runs test and the Chi square test.
I am sure there are source codes available (in either of maybe c cpp or java) for these tests out there. Where can i find them?
that should save some time in writing them from scratch?
-
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是 Google 对
chi square java
的吐槽:ChiSquareDist 类(用于随机模拟的 Java 库)另外两个相当容易编码。我想说,比找到更容易...
This is what Google spat out for
chi square java
: Class ChiSquareDist (Java Libraries for Stochastic Simulation)The other two are fairly easy to code. Easier than to find, I'd say...