I am using Random() as a basis for some simple encryption/decryption and am experiencing some cases where files will not decrypt correctly.
Are there known issues with the repeatability of Random() on different windows OS platforms or across version of delphi.
The randseed is being set to give a common start point for the random numbers. It is based on the password of which there are many possibilities so it is not possible to test every possible value of randseed.
The app is working on both D4 and D5 but works in 95+% of cases.
Help/sugestions much appreciated.
AT
Are there known issues with the repeatability of Random() on different windows OS platforms or across version of delphi.
The randseed is being set to give a common start point for the random numbers. It is based on the password of which there are many possibilities so it is not possible to test every possible value of randseed.
The app is working on both D4 and D5 but works in 95+% of cases.
Help/sugestions much appreciated.
AT