pcg64_oneseq

Alias for a 64-bit permuted congruential pseudo-random number generator using xsh-rr output function and one sequence stream. (community summary)

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