|
Hi,
Firstly a random username is bad users wont remeber it
Secondly the forum rules say no students asking us to work for them and this seems a little like homework so i will give you a run though how to do it then you can google the exact how to's
username = empty string
chars = array of charators
Make a loop for how meany chars in length you want the username
inside loop set random to a random number using the lenght of chars -1 as the max and 0 as the low then then add the char by using the random number as the key for your chars array
return the username string
__________________
Working towards a Internet where we don't have website just browser applications Kill the Hyper-link and say hello to 3D Games in the browser :)
|