mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:29:32 +02:00
--- 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:
parent
0b26dba64c
commit
3659780850
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user