[Contest] 6507 Calculator
Re: [Contest] 6507 Calculator
That is some excellent work. Thanks for sharing!
Re: [Contest] 6507 Calculator
Instead of using actual random numbers, you can simply use a pseudo-random sequence or something like it to get the same sequence of numbers on different platforms. Add the calculation results to check if they are the same.
Here is an discussion on sequence generators: http://sleepingelephant.com/ipw-web/bul ... f=2&t=2348
Here is an discussion on sequence generators: http://sleepingelephant.com/ipw-web/bul ... f=2&t=2348