C: Generate random 20 digit number

Associate
Joined
18 Mar 2007
Posts
291
Hi guys.

Would the best way to go about this be to generate a random digit between 0 and 9, convert it to a string, then generate another random digit between 0 and 9. Concatenate them and repeat this process?

Is there another way?

Cheers, Rob
 
Back
Top Bottom