Comment #0 by lumi.pakkanen — 2014-10-23T17:30:47Z
The following program should run forever but instead exits with core.exception.AssertError@std/random.d(1613): Assertion failure.
import std.random;
void main()
{
while (true){
uniform01!float;
}
}
Comment #1 by electrolysis.jp+d — 2015-02-08T17:59:52Z