pcg64_once_insecure

PCGs with n bits output and n bits of state.

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