示例#1
0
 private bool WhoGoesFirst()
 {
     return(RNG.CoinFlip());
 }
 private bool DetermineWhoStarts()
 {
     return(RNG.CoinFlip());
 }