June 08, 2014
On 08/06/14 10:47, Joseph Rushton Wakeling via Digitalmars-d-learn wrote:
> Here's an interesting little bug that arises when std.random.uniform is called
> using dchar as the variable type:

Issue report submitted: https://issues.dlang.org/show_bug.cgi?id=12877

June 08, 2014
On 08/06/14 18:41, Joseph Rushton Wakeling via Digitalmars-d-learn wrote:
> On 08/06/14 10:47, Joseph Rushton Wakeling via Digitalmars-d-learn wrote:
>> Here's an interesting little bug that arises when std.random.uniform is called
>> using dchar as the variable type:
>
> Issue report submitted: https://issues.dlang.org/show_bug.cgi?id=12877

Fix: https://github.com/D-Programming-Language/phobos/pull/2235