<div dir="ltr"><div>Hi,</div><div><br></div><div>In unit math.pp you can find this comment:</div><div><br></div><div>
<table cellspacing="0" cellpadding="0"><tbody><tr class="gmail-vc_row_odd" id="gmail-l510"><td class="gmail-vc_file_line_number"><a href="https://svn.freepascal.org/cgi-bin/viewvc.cgi/trunk/rtl/objpas/math.pp?view=markup#l510">510</a></td>

<td class="gmail-vc_file_line_text">{ returns random values with gaussian distribution }</td>
</tr>




<tr class="gmail-vc_row_odd" id="gmail-l511">
<td class="gmail-vc_file_line_number"><a href="https://svn.freepascal.org/cgi-bin/viewvc.cgi/trunk/rtl/objpas/math.pp?view=markup#l511">511</a></td>

<td class="gmail-vc_file_line_text">function RandG(mean,stddev : float) : float;</td>
</tr>




<tr class="gmail-vc_row_odd" id="gmail-l512">
<td class="gmail-vc_file_line_number"><a href="https://svn.freepascal.org/cgi-bin/viewvc.cgi/trunk/rtl/objpas/math.pp?view=markup#l512">512</a></td>

<td class="gmail-vc_file_line_text">function RandomRange(const aFrom, aTo: Integer): Integer;</td>
</tr>




<tr class="gmail-vc_row_odd" id="gmail-l513">
<td class="gmail-vc_file_line_number"><a href="https://svn.freepascal.org/cgi-bin/viewvc.cgi/trunk/rtl/objpas/math.pp?view=markup#l513">513</a></td>

<td class="gmail-vc_file_line_text">function RandomRange(const aFrom, aTo: Int64): Int64;<br></td></tr></tbody></table>

</div><div><br></div><div>The grouping of these functions together with the comment suggests (at least it did to me) that the comment above it applies to all 3 functions.</div><div>This is obviously not the case for the RandomRange functions.</div><div><br></div><div>I would propose to insert a single empty line between RandG and the RandomRange function, so it is more clear that the comment is only about the RandG function.<br></div><div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Bart</div></div></div>