[Issue 5249] Strongly pure random generator

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5249 Iain Buclaw changed: What|Removed |Added Priority|P2 |P4 --

[Issue 5249] Strongly pure random generator

2016-10-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5249 Andrei Alexandrescu changed: What|Removed |Added Keywords||bootcamp ---

[Issue 5249] Strongly pure random generator

2013-08-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5249 Joseph Rushton Wakeling joseph.wakel...@webdrake.net changed: What|Removed |Added CC|

[Issue 5249] Strongly pure random generator

2012-11-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5249 bearophile_h...@eml.cc changed: What|Removed |Added Status|ASSIGNED|NEW -- Configure issuemail:

[Issue 5249] Strongly pure random generator

2011-08-30 Thread d-bugmail
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

[Issue 5249] Strongly pure random generator

2011-01-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5249 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 5249] Strongly pure random generator

2010-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5249 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|

[Issue 5249] Strongly pure random generator

2010-11-21 Thread d-bugmail
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

[Issue 5249] Strongly pure random generator

2010-11-21 Thread d-bugmail
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