I am trying to create a program that generates random passwords using the characters A-Z and the numbers 0-9. It will also have an input of what you want the length of the password to be.
What I don't know how to do is to create a method to choose random, arbitrary characters/ numbers.
Are there any objects that specialize in selecting random characters?