[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'math' (#rtl)

RandomFrom

Declaration

Source position: line 0

function RandomFrom(

  const AValues: array of Double

):Double; overload;

function RandomFrom(

  const AValues: array of Integer

):Integer; overload;

function RandomFrom(

  const AValues: array of Int64

):Int64; overload;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.