I want to randomly generate a letter or a number (a-z, A-Z, 0-9) and all the chance for every letter/number is equal. Then I want to check if the player has pressed the right key (the one with the random var) and if so, something should happen. All other keys except Space should be ignored.