Name: Anonymous 2010-01-12 14:58
What's a simple (preferably loopless) way to generate a large amount of alphanumeric gibberish? Any language is acceptable.
In PHP, I thought this would be perfect:
But it doesn't work due to restrictions on the length of int. :(
In PHP, I thought this would be perfect:
hexdec(mt_rand(1.e999999999, 1.e9999999999));But it doesn't work due to restrictions on the length of int. :(