If you are on a UNIX flavor system give it a try reading /dev/random it is always generating random sequences (deterministic random okay but is really useful if you do not need quantum random)
Comment on Re: Generating random characters for a salt.
I thought about that, but I'd like to keep it as cross-platform as possible. I know nul on Windows is the equivalent of /dev/null, but is there a random equivalent?