[Issue 6023] std.random.uniform and std.bigint.BigInt compilation error

2019-11-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6023 berni44 changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6023] std.random.uniform and std.bigint.BigInt compilation error

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

[Issue 6023] std.random.uniform and std.bigint.BigInt compilation error

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

[Issue 6023] std.random.uniform and std.bigint.BigInt compilation error

2012-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6023 --- Comment #6 from Don 2012-06-21 02:54:00 PDT --- (In reply to comment #5) > (In reply to comment #4) > > > Because BigInt type is not integral. > > > > import std.traits; > > pragma(msg, isIntegral!BigInt); // pritns false > > Maybe

[Issue 6023] std.random.uniform and std.bigint.BigInt compilation error

2012-05-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6023 --- Comment #4 from Kenji Hara 2012-05-19 18:38:45 PDT --- Original sample code cannot yet compile, but error messages are different. C:\dmd2\src\phobos\std\random.d(1045): Error: template std.random.uniform does not match any function templat

[Issue 6023] std.random.uniform and std.bigint.BigInt compilation error

2011-06-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6023 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #3 from Don 2

[Issue 6023] std.random.uniform and std.bigint.BigInt compilation error

2011-06-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6023 --- Comment #2 from Vladimir Matveev 2011-06-10 23:48:18 PDT --- (In reply to comment #1) > The error message is the one returned when std.conv.to!string(BigInt) is > called. > > std.bigint doesn't support std.conv.to!string. (You know all ab

[Issue 6023] std.random.uniform and std.bigint.BigInt compilation error

2011-06-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6023 Paul D. Anderson changed: What|Removed |Added CC||paul.d.ander...@comcast.net --- Com