https://issues.dlang.org/show_bug.cgi?id=5249
Iain Buclaw changed:
What|Removed |Added
Priority|P2 |P4
--
https://issues.dlang.org/show_bug.cgi?id=5249
Andrei Alexandrescu changed:
What|Removed |Added
Keywords||bootcamp
--- Comment #6 from Andrei Ale
http://d.puremagic.com/issues/show_bug.cgi?id=5249
Joseph Rushton Wakeling changed:
What|Removed |Added
CC||joseph.wakel...@webdrake.ne
http://d.puremagic.com/issues/show_bug.cgi?id=5249
bearophile_h...@eml.cc changed:
What|Removed |Added
Status|ASSIGNED|NEW
--
Configure issuemail: h
http://d.puremagic.com/issues/show_bug.cgi?id=5249
--- Comment #4 from bearophile_h...@eml.cc 2011-08-30 04:49:26 PDT ---
In dmd 2.055 you are allowed to assign to an immutable value the result of
strongly pure functions. So purity becomes even more useful, and things that
break purity are even
http://d.puremagic.com/issues/show_bug.cgi?id=5249
Andrei Alexandrescu changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
http://d.puremagic.com/issues/show_bug.cgi?id=5249
--- Comment #3 from bearophile_h...@eml.cc 2010-11-21 20:03:55 PST ---
A bit more realistic (but not complete, not commented, etc) test using one of
the rnd generator of the std.random module:
pure nothrow UIntType pureLinearCongruential(UIntT
http://d.puremagic.com/issues/show_bug.cgi?id=5249
--- Comment #2 from bearophile_h...@eml.cc 2010-11-21 16:40:59 PST ---
(In reply to comment #1)
> So, essentially you want a random number generator which is monadic, like
> you'd
> get in a language like Haskell.
Right, but it's not a replace
http://d.puremagic.com/issues/show_bug.cgi?id=5249
Jonathan M Davis changed:
What|Removed |Added
CC||jmdavisp...@gmx.com
--- Comment #1