BlitzPlus RNG Consistent Across Platforms?

BlitzPlus Forums/BlitzPlus Programming/BlitzPlus RNG Consistent Across Platforms?

Jonathan Nguyen(Posted 2007) [#1]
I'm writing a financial tracking program which will be encrypting stuff using the BlitzPlus random number generator and I was wondering if it would be consistent across platforms? It would kind of suck if a user couldn't open his finances on another computer. I'm ready to use a Mersenne Twister which would be consistent but I don't like the idea of my encryption source sitting there as a DLL.


Azathoth(Posted 2007) [#2]
I don't think they are, I recall people making tests a couple of years ago and some had different results with the same code.


Jonathan Nguyen(Posted 2007) [#3]
Thanks! That's all I needed to hear.