Interesting to see parseChar(). Another concept:
parseChar()
char t = char('A' + floor(random(0,25)));
Kf