Mail Archives: djgpp-workers/1998/11/18/02:12:01
On Tue, 17 Nov 1998, DJ Delorie wrote:
> If ANSI doesn't specify the actual sequence of numbers, can we just
> keep returning zero from rand() until srand() is called?
I think this would confuse even more people than the current behavior.
The current version produces the same sequence, and people are
complaining about that being non-random. Producing zeroes is even
more non-random, and in addition it will confuse those who *do* know
about the repeatable sequence feature.
- Raw text -