--- Merging r46972 into '.':

U    rtl/objpas/math.pp
--- Recording mergeinfo for merge of r46972 into '.':
 U   .

# revisions: 46972
r46972 | florian | 2020-09-27 15:05:36 +0200 (Sun, 27 Sep 2020) | 1 line
Changed paths:
   M /trunk/rtl/objpas/math.pp

  * reported by Bart on the mailing list: insert empty line to make clear to which function the comment applies

git-svn-id: branches/fixes_3_2@47098 -
This commit is contained in:
marco 2020-10-12 06:09:24 +00:00
parent 0b26dba64c
commit 3659780850

View File

@ -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;