Example #1
0
 public static T Choose <T>(T a, T b) =>
 (RandomSource.NextBoolean() ? a : b);