Exemplo n.º 1
0
 public static T RandomElement <T> (this T[] array)
 {
     return(EiRandom.Element(array));
 }
Exemplo n.º 2
0
 public static T RandomElement <T> (this IList <T> list)
 {
     return(EiRandom.Element(list));
 }