Quote Originally Posted by Alexz003
But the thing about it is i don't want it to repeat the same thing i want it to be random each time.
Then use a different seed each time, e.g., by seeding based on the current time, or from a random source like /dev/random.