https://issues.dlang.org/show_bug.cgi?id=18381

          Issue ID: 18381
           Summary: std.random.uniform01!(double,Mt19937) should produce
                    at least 2^^53 distinct values
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: phobos
          Assignee: [email protected]
          Reporter: [email protected]

Currently only 2^^32 distinct values are produced because the type of
Mt19937.init.front is `uint`.

--

Reply via email to