diff --git a/reference/random/random/randomizer/getfloat.xml b/reference/random/random/randomizer/getfloat.xml index 2f55b3ef90d0..95acb21326ba 100644 --- a/reference/random/random/randomizer/getfloat.xml +++ b/reference/random/random/randomizer/getfloat.xml @@ -341,6 +341,15 @@ Lat: +69.244304 Lng: -53.548951 to obtain the desired behavioral properties. + + + 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 + 2-1020 (about 8.9e-308). + +