>>13
Why the hell are ``
rand" and ``backward compatibility" in the same sentence?
rand() IS SUPPOSED TO BE RANDOM, ERGO ONE CANNOT RELY ON ITS RESULTS!
If you mean that, given the same seed,
rand() should return the same sequence of numbers, then I'd agree; however, any application that relies on that sequence being the same across different platforms and not just different runs on the same platform is
DOING IT WRONG