in reply to Re: Re: Best random number
in thread Best random number

use this only as a seed generator, and use rand

The random seed set by srand is usually 32 bits. If you put 32 bits of randomness in, you cannot expect more than 32 bits of randomness out. Someone might be able to predict the rest of the sequence. That might be good enough, and it might not.