pcg64_unique

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

Meta