Miklos Cserzo wrote:
the memory leak problem not seems to be linked to the call of the "random" function. However, during the test I realized that the built-in "random" is piss poor. The test source goes at the end. You supposed to see evenly distributed numbers in the third column of the output. Try it for yourself.
r:= random(3);
r:= random(4);
Frank