when i compile it, i get the 6 random numbers upto 49. after few tries, sometimes I get the same numbers !! so how do i fix this?


#include <stdio.h>
#include <math.h>
#include <time.h>...