测试随机数

发布于 2024-12-08 02:17:25 字数 132 浏览 0 评论 0原文

我有一个随机数生成器。现在我只需要运行三个测试 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

空心空情空意 2024-12-15 02:17:25

这是 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...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文