[Issue 10427] New: No opEquals method in std.random.MersenneTwisterEngine
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Jun 20 13:38:24 PDT 2013
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: nobody at puremagic.com
ReportedBy: joseph.wakeling at webdrake.net
--- Comment #0 from Joseph Rushton Wakeling <joseph.wakeling at webdrake.net> 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: -------
More information about the Digitalmars-d-bugs
mailing list