Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You want to get a random printable ASCII string.
If you do not want whitespace characters, the printable ASCII characters have values from 33 to 126, inclusive. Simply get a random number in that range for each character.