[Solved] Random seed generator

When asking for code to be reviewed, you should post it here. But regardless of that, there are much more efficient ways to generate a random character. One such way would be to generate a random character between 65 and 90, the decimal values for A-Z on the ASCII table. And then, just cast the … Read more