pcg32_once_insecure

PCGs with n bits output and n bits of state.

@safe nothrow @nogc
alias pcg32_once_insecure = PermutedCongruentialEngine!(rxs_m_xs_forward!(uint, uint), stream_t.specific, true)