Random number generator (included): Difference between revisions

Line 447:
=={{header|Pascal}}==
See [[#Delphi]] and [[#Free Pascal]].
 
Random functions:
function Random(l: LongInt) : LongInt;
function Random : Real;
procedure Randomize;
 
=={{header|Perl}}==
1,392

edits