Creating files with random names in bash

I’m new at creating shell scripts. The job is to create n files with random names (first two characters will be digits followed by alphanumeric characters). Next create folders with names of those first two digits in file names and then store files in folders named subtracting the first two digits. How to do this?
Any lead will be helpful.