pcg32

32-bit output PCGs with 64 bits of state.

@safe nothrow @nogc
alias pcg32 = PermutedCongruentialEngine!(xsh_rr!(uint, ulong), stream_t.specific, true)