Actions
Feature #4697
closedFix documentation typo on random.c
Feature #4697:
Fix documentation typo on random.c
Files
Actions
Added by smartinez87 (Sebastian Martinez) over 14 years ago. Updated over 14 years ago.
Files
| typo.patch (626 Bytes) typo.patch | smartinez87 (Sebastian Martinez), 05/15/2011 10:40 PM |
I agree with KOSAKI Motohiro, the following function is int_pair_to_real_inclusive() which has a comment of:
/* generates a random number on [0,1] with 53-bit resolution*/
so I think they are meant to be mathematically interpreted.