In reply to iamPkumar:
This might be an issue with precision of real numbers which only has 56 bits. But you run you r simulation indefinitely so that the 64-bit integer time loses precision when converting to a real number.
In reply to iamPkumar:
This might be an issue with precision of real numbers which only has 56 bits. But you run you r simulation indefinitely so that the 64-bit integer time loses precision when converting to a real number.