mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 23:30:26 +02:00
+ readd Randomize with parameter
git-svn-id: trunk@45985 -
This commit is contained in:
parent
f542ee7b92
commit
08949c86bf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user