过程哈希函数

发布于 2024-07-26 11:15:21 字数 287 浏览 4 评论 0原文

我想知道程序纹理(尤其是柏林噪声)的最佳哈希函数是什么。 我知道此页面上发布的 PRNG,但是声称这不是一个好的 PRNG

谢谢

I am wondering what is the best hash function for procedural textures, especially perlin noise. I know about the PRNG posted on this page, but this claims that it is not a good PRNG

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

少女净妖师 2024-08-02 11:15:21

我使用“具有改进的初始化的 Mersenne Twister”PRNG 来实现 perlin-noise 和其他程序纹理 (http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/emt19937ar.html)
它的效率很高,随机性也很好。

I use the "Mersenne Twister with improved initialization" PRNG for my implementation perlin-noise and other procedural textures (http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/emt19937ar.html)
It is very efficient and the randomness is very good.

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