| Author | lala |
| Submission date | 2011-07-08 13:19:18.892764 |
| Rating | 4684 |
| Matches played | 4519 |
| Win rate | 49.68 |
Use rpsrunner.py to play unranked matches on your computer.
import random
B = ["R","P","S"]
o = random.weibullvariate(5.2,3.14)
output = B[int(o)%3]