瀏覽代碼

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

git-svn-id: trunk@46972 -
florian 4 年之前
父節點
當前提交
4c1978c131
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      rtl/objpas/math.pp

+ 1 - 0
rtl/objpas/math.pp

@@ -509,6 +509,7 @@ function MaxValue(const data : PInteger; Const N : Integer) : Integer;
 
 
 { returns random values with gaussian distribution }
 { returns random values with gaussian distribution }
 function RandG(mean,stddev : float) : float;
 function RandG(mean,stddev : float) : float;
+
 function RandomRange(const aFrom, aTo: Integer): Integer;
 function RandomRange(const aFrom, aTo: Integer): Integer;
 function RandomRange(const aFrom, aTo: Int64): Int64;
 function RandomRange(const aFrom, aTo: Int64): Int64;