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