API:System.Math.RandomRange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function RandomRange(const AFrom, ATo: Integer): Integer;

C++

extern DELPHI_PACKAGE int __fastcall RandomRange(const int AFrom, const int ATo);

Properties

Type Visibility Source Unit Parent
function public
System.Math.pas
System.Math.hpp
System.Math System.Math

Description

Embarcadero Technologies does not currently have any additional information.