Exemplo n.º 1
0
 public static bool RandomBool()
 {
     return(RandomImpl.NextBool());
 }
Exemplo n.º 2
0
 public static bool RandomBool() => RandomImpl.NextBool();