/usr/lib/python2.5/random.py:240: UserWarning: Underlying random() generator does not supply
enough bits to choose from a population range this large
_warn("Underlying random() generator does not supply \n"
Traceback (most recent call last):
Line 8, in <module>
r.randrange(2**2000)
File "/usr/lib/python2.5/random.py", line 164, in randrange
return self._randbelow(istart)
File "/usr/lib/python2.5/random.py", line 242, in _randbelow
return int(self.random() * n)
OverflowError: long int too large to convert to float