How to get random string with spaces and mixed case?
Hi all, I am in need of generating a random string with spaces and mixedCase. This is all I got so far: /// <summary> /// The Typing monkey generates random strings - can't be static 'cause it's a monkey. /// </summary> /// <remarks> /// If you wait long enough it will eventually produce Shakespeare. /// </rema...