Random number generator (included): Difference between revisions

Content added Content deleted
Line 447: Line 447:
=={{header|Pascal}}==
=={{header|Pascal}}==
See [[#Delphi]] and [[#Free Pascal]].
See [[#Delphi]] and [[#Free Pascal]].

Random functions:
function Random(l: LongInt) : LongInt;
function Random : Real;
procedure Randomize;


=={{header|Perl}}==
=={{header|Perl}}==