The OpenD Programming Language

pcg16_oneseq_once_insecure

As above but the increment is not dynamically setable.

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

Meta