Project

General

Profile

1 1870 aaronmk
# Random numbers
2
3 1871 aaronmk
import sys
4
import random
5
6
def rand_int():
7
    return random.randint(0, sys.maxint)