Browse Source

* pass a randseed which is known to be problematic

florian 3 years ago
parent
commit
3eefff75df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/webtbs/tw14315.pp

+ 1 - 1
tests/webtbs/tw14315.pp

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