The OpenD Programming Language

pcg8_once_insecure

PCGs with n bits output and n bits of state.

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

Meta