stdlib: start with valid random seed; other small changes
- tridoracpu: fix comment - add benchmark some results
This commit is contained in:
parent
dd1e1f7b41
commit
4f504c0f48
3 changed files with 51 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue