Example #1
0
File: IRnd.cs Project: Vovanda/GAS
 public static bool NextBool(this IRnd rnd)
 {
     return(rnd.NextBoolInt() == 1);
 }