>> 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?

Please not! This would hamper all kinds of scientific, statistical and
financial modelling. For all those (and more) it is sometimes necessary to
have a *reproducable* random distribution.
There's more to random than random ;-)

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

Reply via email to