Integer Overflow

Ursus Horibilis ursus_horibilis at hotmail.com
Tue Nov 27 12:30:59 EST 2001


Is there a way to force the Python run time system to ignore
integer overflows?  I was trying to write a 32-bit Linear
Congruential Pseudo Random Number Generator and got clobbered
the first time an integer product or sum went over the 32-bit
limit.








More information about the Python-list mailing list