https://issues.dlang.org/show_bug.cgi?id=13828
Issue ID: 13828
Summary: std.random not @nogc aware
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P1
Component: Phobos
Assignee: [email protected]
Reporter: [email protected]
std.random doesn't contain "@nogc".
I stumbled upon it since I have @nogc audio callbacks that involves noise
generator that calls std.random.uniform, and this function isn't @nogc.
--
