The OpenD Programming Language

pcg32_once_insecure

PCGs with n bits output and n bits of state.

import mir.random.engine.pcg;
@safe nothrow @nogc
alias pcg32_once_insecure = PermutedCongruentialEngine!(rxs_m_xs_forward!(uint, uint), stream_t.specific, true)

Meta