Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions reference/random/random/randomizer/getfloat.xml
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,15 @@ Lat: +69.244304 Lng: -53.548951
to obtain the desired behavioral properties.
</para>
</note>
<caution>
<para>
Underflow is intentionally left unhandled in the γ-section algorithm.
This may result in incorrect values being returned for intervals with
boundaries in the subnormal range of floating point numbers, i.e.
for boundaries with an absolute value smaller than approximately
<literal>2<superscript>-1020</superscript></literal> (about <literal>8.9e-308</literal>).
</para>
</caution>
</refsect1>

<refsect1 role="seealso">
Expand Down