mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 14:29:25 +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;
|
RandSeed := 63458;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
procedure randomize(value: integer);
|
||||||
|
begin
|
||||||
|
RandSeed := value;
|
||||||
|
end;
|
||||||
|
|
||||||
{$ifdef FPC_HAS_FEATURE_COMMANDARGS}
|
{$ifdef FPC_HAS_FEATURE_COMMANDARGS}
|
||||||
{ number of args }
|
{ number of args }
|
||||||
function paramcount : longint;
|
function paramcount : longint;
|
||||||
|
Loading…
Reference in New Issue
Block a user