Using std.random.uniform as a range

via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Aug 8 04:38:50 PDT 2015


On Friday, 7 August 2015 at 22:34:40 UTC, Ali Çehreli wrote:
> There is an undocumented (why?) Generator struct and generate() 
> functin in std.range:

It's new in 2.068, that's why it's missing in the current docs. 
It's already in the prerelease docs:

http://dlang.org/phobos-prerelease/std_range.html#.generate


More information about the Digitalmars-d-learn mailing list