stdlib: start with valid random seed; other small changes

-  tridoracpu: fix comment
-  add benchmark some results
This commit is contained in:
slederer 2025-03-09 01:57:11 +01:00
parent dd1e1f7b41
commit 4f504c0f48
3 changed files with 51 additions and 3 deletions

View file

@ -151,7 +151,7 @@ var ioerrordesc: array [0..11] of string[20] = (
matherror:string[38] = 'Invalid argument to sqrt/ln/tan/cotan';
pexecerror:string[28]= 'Invalid arguments for PExec';
random_state:integer;
random_state:integer = -42;
PArgs:array [0..PArgMax] of string external;
PArgCount:integer external;