https://issues.dlang.org/show_bug.cgi?id=15238
Vladimir Panteleev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Vladimir Panteleev <[email protected]> --- I've seen this a bunch of times. If you read the comment above the failing assert, essentially that entire check is luck-based. That test should be changed to use a RNG seeded with a constant value, or removed entirely. --
