pcg32_fast

32-bit output PCGs with 64 bits of state.

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