I don't know that much about creating a true random numbers. I want to make 6 random numbers like 125758. Anybody knows how? I use the following but it gives me one of those nonsense numebers:
$random_numbers = srand(6);
That gives you like: 2.99826324451715. Which is not a good help. Anybody knows?
-Aaron.
$random_numbers = srand(6);
That gives you like: 2.99826324451715. Which is not a good help. Anybody knows?
-Aaron.