On Wednesday, 23 November 2016 at 01:34:23 UTC, Andrei Alexandrescu wrote: > We should add a reference RNG that transforms any other RNG > into an input range that shares the actual RNG. Didn't we have a generic Ref!T wrapper in std.typecons that would work this way? Can't find it now.