http://d.puremagic.com/issues/show_bug.cgi?id=10427

           Summary: No opEquals method in std.random.MersenneTwisterEngine
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from Joseph Rushton Wakeling <[email protected]> 
2013-06-20 13:38:23 PDT ---
MersenneTwisterEngine should have an .opEquals() method like Xorshift and the
Linear Congruential generator.

Because it's currently a value type the lack seems innocuous, but it will cause
issues if/when the design is converted to a reference type.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to