April 29, 2019
https://issues.dlang.org/show_bug.cgi?id=19837

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@n8sh created dlang/phobos pull request #6987 "Fix Issue 19837 - std.random.isUniformRNG(Rng, ElementType) should not require Rng.front to be annotated `@property`" fixing this issue:

- Fix Issue 19837 - std.random.isUniformRNG(Rng, ElementType) should not require Rng.front to be annotated `@property`

https://github.com/dlang/phobos/pull/6987

--
May 09, 2019
https://issues.dlang.org/show_bug.cgi?id=19837

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #6987 "Fix Issue 19837 - std.random.isUniformRNG(Rng, ElementType) should not require Rng.front to be annotated `@property`" was merged into stable:

- b7389926ee1ba7272d675cc08dd3ca7c46c39cf4 by Nathan Sashihara:
  Fix Issue 19837 - std.random.isUniformRNG(Rng, ElementType) should not
require Rng.front to be annotated `@property`

https://github.com/dlang/phobos/pull/6987

--