mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 17:59:27 +02:00
* pass a randseed which is known to be problematic
This commit is contained in:
parent
4c544d7858
commit
3eefff75df
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user