Hi,
i just created an object who store a vector of size 7 with
random numbers between 1 and 36. If i declare two objects i get
different vector, but running many times the program i always get the same vectors . For example, if i declare one object, even if i run any time the program, i always get the same numbers. I am using the function num= rand()%36+1,
wasn t it supposed to generate randoms numbers?
Thank you