The OpenD Programming Language

pcg128_oneseq_once_insecure

ditto Requires ucent type.

import mir.random.engine.pcg;
@safe nothrow @nogc
static if(__traits(compiles, ucent.max))
alias pcg128_oneseq_once_insecure = PermutedCongruentialEngine!(rxs_m_xs_forward!(ucent, ucent), stream_t.specific, true)

Meta