* pass a randseed which is known to be problematic

This commit is contained in:
florian 2021-10-20 20:02:45 +02:00
parent 4c544d7858
commit 3eefff75df

View File

@ -33,7 +33,7 @@ var
a : array of byte;
u1, u2: ptruint;
begin
randomize();
randseed:=1634752820;
writeln('randseed: ',randseed);
GetStats(u1);
for i := 0 to 50 do begin