Get instantaneous random number (in a loop)
I want to create fast new random number between 0 and 9. For this modified a code that I found there: Why do I always get the same sequence of random numbers with rand()? and integrated it into a loop The output I get is Random fast seeded: 1 Random fast seeded: 1 Random fast… Read More Get instantaneous random number (in a loop)