weibull

Authorlala
Submission date2011-07-08 13:19:18.892764
Rating4684
Matches played4519
Win rate49.68

Use rpsrunner.py to play unranked matches on your computer.

Source code:

import random

B = ["R","P","S"]
o = random.weibullvariate(5.2,3.14)
output = B[int(o)%3]