The OpenD Programming Language

pcg8_oneseq_once_insecure

As above but the increment is not dynamically setable.

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

Meta