public static char Next()
 {
     return(ChoAlphaNumericRandom.Next(1)[0]);
 }
Exemple #2
0
 public override object NextValue()
 {
     return(ChoAlphaNumericRandom.Next(_length));
 }