https://issues.dlang.org/show_bug.cgi?id=23102
--- Comment #1 from Basile-z <[email protected]> --- I can find plenty of other repro, e.g ``` module runnable; import std.random : uniform; void main(string[] args) { uniform(2000, 5000); } ``` exposes the same memory error. --
