So instead of using blizzards retard way of picking random for you, I made a python program that will choose your race for you!!
What you need to use this!
download the python 3.3 (works on macs too!)
http://www.python.org/
Here is the coding...
import random
print("This python program will pick what race you should play!")
question = 1
while question is 1:
x = random.randrange(1,4)
if x ==1:
print("PROTOSS! GL HF!")
question = 0
if x == 2:
print("ZERG! GL HF!")
question = 0
if x == 3:
print("TERRAN! GL HF")
question = 0
print("Don't fucking cheese you win trading faggot")
PLEASE NOTE
YOU NEED TO INCLUDE INDENTS AFTER WHILE AND IF STATEMENTS. SIMPLY PRESS TAB AFTER THE LINES THAT HAVE WHILE AND IF IN THEM!