mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 15:47:52 +02:00
* reported by Bart on the mailing list: insert empty line to make clear to which function the comment applies
git-svn-id: trunk@46972 -
This commit is contained in:
parent
ea0fb9a8b4
commit
4c1978c131
@ -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