pcg64_fast

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

Meta