Rand

From SCAR Divi Manual
Jump to: navigation, search

Definition

function Rand: Extended;

Availability

SCAR Divi 3.00 > Current

Description

This function generates a random extended floating point number between 0 and 1.

Example

var
  i: Integer;
begin
  for i := 1 to 5 do
    WriteLn(Rand);
end.

See Also