pcg64_oneseq

@safe nothrow @nogc
static if(__traits(compiles, ucent.max))
alias pcg64_oneseq = PermutedCongruentialEngine!(xsh_rr!(ulong, ucent), stream_t.oneseq, true)

Meta