+ readd Randomize with parameter

git-svn-id: trunk@45985 -
This commit is contained in:
svenbarth 2020-08-02 10:24:57 +00:00
parent f542ee7b92
commit 08949c86bf

View File

@ -115,6 +115,11 @@ begin
RandSeed := 63458;
end;
procedure randomize(value: integer);
begin
RandSeed := value;
end;
{$ifdef FPC_HAS_FEATURE_COMMANDARGS}
{ number of args }
function paramcount : longint;