GithubHelp home page GithubHelp logo

Comments (1)

lopopolo avatar lopopolo commented on August 21, 2024

Thanks for doing the legwork to find the differences between CPython's and CRuby's RNGs @ignassew! This doesn't look like that much of a burden to support. I'd love to accept a contribution to make this happen.

Let's add the CPython support and gate it behind an optional cpython feature. Can you structure the source code so it looks like this:

$ tree src
src
├── lib.rs
├── mt
│   └── rand.rs
├── mt.rs
├── mt64
│   └── rand.rs
├── mt64.rs
├── python
│   ├── mt
│   │   └── rand.rs
│   └── mt.rs
├── python.rs
├── vectors
│   ├── mt.rs
│   └── mt64.rs
└── vectors.rs

7 directories, 10 files

Let's also add a tests/python_reproducability.rs test to match the Ruby one and capture your test case in the issue description.

There's some breaking changes I've been meaning to make (for example, I think I've revisited my stance on #31 since in practice everyone, myself included, prefers the Mt type alias in code) which means it should be no problem packaging this up to crates.io.

I do like your idea on adding documentation to the README about what other languages' RNGs this crate has reproducibility guarantees with.

I'll assign this ticket to you. Looking forward to a PR 🙇

from rand_mt.

Related Issues (6)

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.