Bonjour,
With Python3, it seems we don't have the random module :
Neither on ideOne, neither on SPOJ, I got the answer :
Traceback (most recent call last):
File "prog.py", line 1, in <module>
from random import *
File "/usr/lib/python3.1/random.py", line 45, in <module>
from binascii import hexlify as _hexlify
ImportError: libz.so.1: cannot open shared object file: No such file or directory
I need it, and Blum Blum Shub is too poor, for that.
Merci beaucoup.
Edit : also posted in bug section here.