| Author | JSoffer | 
| Submission date | 2011-05-30 02:28:08.363191 | 
| Rating | 1807 | 
| Matches played | 6751 | 
| Win rate | 17.73 | 
Use rpsrunner.py to play unranked matches on your computer.
import time                                                                  
                                                                                                                                                
if input == "":                                                              
    x = int(time.time())                                                     
else:                                                                        
    x = x * 1103515245 + 12345                                               
                                                                             
output = ["R", "P", "S"][(x << 16) % 3]