Code Monkey home page Code Monkey logo

Comments (1)

joelkp avatar joelkp commented on June 28, 2024

Thanks for a bit of interesting info.

I'm not really sure what the meaning of the test result difference is for the splitmix32 variations. Several hash functions known to be better (from the hash prospector project did worse than splitmix32a when I tested them, and I had to try several increment constant variations before finding one that didn't give a disappointingly bad result for among the very best hash functions. It's possible that splitmix32a actually does a bit better because in some ways it's a bit worse. An ideal hash function is a perfect shuffle, an ideal PRNG function more messy in some ways.

That said, and more broadly (I'm thinking of all my own efforts as of now), from what I've read as a beginner in this area, these statistical tests are all a little limited in some ways, and results best taken with a grain of salt when it's about small differences which you're not sure of the cause for. Basically, "chance things" may influence the estimation of chance, and when tweaking a PRNG to get a better result while not really knowing what one is doing, it's not always clear when the limits tested in the process are more those of the PRNG or those of the test (though if better testing preserves a good result, it's probably the PRNG which is better).

from ranoise.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.