예제 #1
0
 private bool WhoGoesFirst()
 {
     return(RNG.CoinFlip());
 }
예제 #2
0
 private bool DetermineWhoStarts()
 {
     return(RNG.CoinFlip());
 }