$rand is really cool, however, it lacks that additional something...
That something is the ability to create a random string of x width. Hence the idea of $randstr(l,x,y).
An explanation:
l - The length of the string.
x - The start point for the characters (can be alpha or number).
y - The end point for the characters (can be alpha or number).
Example:
$randstr(15,a,z)
Output: aksuiejfkanlkwp
$randstr(l,x,y) would work exactly like $rand works.
Yes, I could script this... But meh.