https://issues.dlang.org/show_bug.cgi?id=15238

--- Comment #3 from Vladimir Panteleev <[email protected]> ---
BTW, I'm not sure how intentional this is, but in a lot of places the
std.random tests pass the RNG object by-value to e.g. randomSample, which means
that it will query the same values over and over without advancing the RNG.

--

Reply via email to