On 02 Jun 2008, at 09:49, Marco van de Voort wrote:

Why can't FPC automatically call randomize() in the RTL. Put it in
some initialization section. That way, at application startup,
randomize() is already called and only Random() needs to be used?

Then the whole random system is linked in, even when not used.

Randomize only causes the randseed variable to be initialised/used.


Jonas
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to