[fpc-pascal] Re: Random numbers
Jonas Maebe
jonas.maebe at elis.ugent.be
Mon Mar 6 13:58:34 CET 2006
On 6 mrt 2006, at 13:39, Jonas Maebe wrote:
> And then you have to compare the random numbers generated in one
> such a program run, not between different runs.
And note that even then you may get two times the same number after
each other. There is nothing wrong with that though, since if that
couldn't happen, that would make the next number more and not less
predictable (since then you would know in advance the next number
will not be the same as the previous one).
Jonas
More information about the fpc-pascal
mailing list