BlitzPlus RNG Consistent Across Platforms?
BlitzPlus Forums/BlitzPlus Programming/BlitzPlus RNG Consistent Across Platforms?| 
 | ||
| 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. | 
| 
 | ||
| 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. | 
| 
 | ||
| Thanks! That's all I needed to hear. |