Exemplo n.º 1
0
 public override string Choose()
 {
     return(RandomUtils.ChooseFrom(new List <string>(choices)));
 }