2 Respuestas
+ 12
Huh... u meant something like this?
import random
for x in range(10):
print random.randint(1,112)
Well you can always Google.. :/
+ 4
I've implemented XORShift128+ In Python (I was working on reversing it and got distracted) but this isn't built in.
The code's currently private but it's small, so I can drop a public sample if it's an answer.