On 7/30/07, eliakim_online25 <[EMAIL PROTECTED]> wrote: > this is my first post here..... > can someone teach me how to use rand and srand
Use srand() at most once in your program, preferably before the first use of rand(). Use rand() whenever you want a random number. Is there anything else a look in a book or on Google can't tell you? -- PJH "I contend that we are both atheists. I just believe in one fewer god than you do. When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours." -- Stephen Roberts
