https://issues.dlang.org/show_bug.cgi?id=20746
Dominikus Dittes Scherkl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Dominikus Dittes Scherkl <[email protected]> --- Sorry, but there was no bug and this is NOT an improvement. The generator output is 32 bit and the internal state of course will use the whole 64 bit (even if not from the start), but it put out bits from the middle of the state. Output the lowest 32 bits will make it less "random" - if fact very predictable. Please, this is not a good pseudo-random number generateor, but at least it worked. now its destroyed. Revert this change! --
