Open Quuxplusone opened 9 years ago
Bugzilla Link | PR23168 |
Status | NEW |
Importance | P normal |
Reported by | Artur Grabowski (art@blahonga.org) |
Reported on | 2015-04-09 03:53:14 -0700 |
Last modified on | 2015-04-10 05:12:06 -0700 |
Version | unspecified |
Hardware | PC All |
CC | jmuizelaar@mozilla.com, jsweval@arxan.com, llvm-bugs@lists.llvm.org, mclow.lists@gmail.com |
Fixed by commit(s) | |
Attachments | |
Blocks | |
Blocked by | |
See also |
Correction to the report.
1. Even 2^n outputs show a nasty bias.
2. A better link to my experiments for how to solve this is
https://github.com/art4711/random-double because I extended my experiments to
arbitrary ranges in a different file (with lots of comment explaining the
reasoning).