[email protected] wrote: > > Clarify that drand48 returns values not including 1.0.
It's not clear from the documentation whether drand48 can generate a denormal number. If it can't, you can exclude 0.0 because it's a denormal ;-) -- Alex
[email protected] wrote: > > Clarify that drand48 returns values not including 1.0.
It's not clear from the documentation whether drand48 can generate a denormal number. If it can't, you can exclude 0.0 because it's a denormal ;-) -- Alex