Nimue Guru Joined: 06/08/2020 Location: United KingdomPosts: 427
Posted: 09:15am 10 Sep 2020
When I compared CMM2 to Pyhton - using the RANDOM library in Python (53-bit precision floats) the outcomes are comparable after 10,000,000 iterations.
My method I published upthread was based on a box of certain size and pixels -- but I have now tested this using the same algorithm in both CMM2 and Python (a quarter box of side 1 unit) (which is how this seems to be implemented everywhere).
For fun, I've not got CMM2 producing random integers between 1,100 --- and currently is working through 100,000,000 iterations. I'll knock up a BASIC prog to histogram the results.
Unless I'm missing something -- I dont have any worries over the random number generator in the CMM2 --> interesting how threads get a life of their own.