http://qs321.pair.com?node_id=273585


in reply to Re: Re: Can I seed srand() with results from rand()?
in thread Can I seed srand() with results from rand()?

You could use rand() with the initial seed to generate all the other seeds you need.

... but that's a terrible idea if your rand() doesn't hide some bits from you. Gack. Stay away.