haskell / random

Random number library
Other
53 stars 50 forks source link

Fix for inaccurate statement in the haddock about 32/64 bit architectures #120

Closed lehins closed 2 years ago

lehins commented 2 years ago

We recently where able to run the test suite on different architectures:

A couple of new tests explicitly verify that the byte sequence produced by StdGen is architecture independent. These tests passed on all of those architectures. This gives me quite a bit of confidence that the statement "in order to get predictability the build has to be done on the same architecture (32-bit or 64-bit)" is not accurate. Please let me know if anyone thinks otherwise.

Bodigrim commented 2 years ago

@lehins I've been able to setup i386 and arm64 CIs on drone.io for another project. Do you think it's a good addition?

lehins commented 2 years ago

Do you think it's a good addition?

For a project like random, absolutely!