Let's create a simple Password Generator that consists of 4 symbols: an uppercase letter, a lowercase letter, a number, and a special character.
The input is the Seed number, and the output is the string in the form of UpperLowerNumberCharacter, for example "Bd3$".