[Issue 19156] New: std.random.randomShuffle should be @nogc when both the range and the RNG are @nogc
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Aug 10 21:34:32 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=19156
Issue ID: 19156
Summary: std.random.randomShuffle should be @nogc when both the
range and the RNG are @nogc
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P1
Component: phobos
Assignee: nobody at puremagic.com
Reporter: n8sh.secondary at hotmail.com
`std.random.randomShuffle` should be `@nogc` when both the range and the RNG
are `@nogc`.
--
More information about the Digitalmars-d-bugs
mailing list