diff --git a/rtl/objpas/math.pp b/rtl/objpas/math.pp index f87c811e0a..e6f3b511aa 100644 --- a/rtl/objpas/math.pp +++ b/rtl/objpas/math.pp @@ -509,6 +509,7 @@ function MaxValue(const data : PInteger; Const N : Integer) : Integer; { returns random values with gaussian distribution } function RandG(mean,stddev : float) : float; + function RandomRange(const aFrom, aTo: Integer): Integer; function RandomRange(const aFrom, aTo: Int64): Int64;