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

--- Comment #2 from Joseph Rushton Wakeling <joseph.wakel...@webdrake.net> ---
I've attached small code snippets to show the difference between the D and
C++11 behaviour.

Running these on my machine the D code outputs (apart from the seed data) 1st
and 10,000th variates of:

596004846
703773746

while the C++11 code outputs 1st and 10,000th variates of:

719125747
99701347

--

Reply via email to