www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 19156] New: std.random.randomShuffle should be nogc when

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 puremagic.com
          Reporter: n8sh.secondary hotmail.com

`std.random.randomShuffle` should be ` nogc` when both the range and the RNG
are ` nogc`.

--
Aug 10 2018