in reply to Re: Can I seed srand() with results from rand()?
in thread Can I seed srand() with results from rand()?
There's predictability and there's predictibility. It tends to be bad for simulations if your "random" numbers start being the same on every pass through the main loop.
> Also, calling garden variety rand() does not reduce the entropy of the system because garden variety rand() is purely deterministic.
Entropy measures the number of possible states of a system. Determinism is about the transitions between states. The two concepts are largely orthogonal.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Can I seed srand() with results from rand()?
by thor (Priest) on Jul 11, 2003 at 18:55 UTC | |
by Anonymous Monk on Jul 11, 2003 at 20:08 UTC |