The OpenD Programming Language

pcg32_fast

32-bit output PCGs with 64 bits of state.

import mir.random.engine.pcg;
@safe nothrow @nogc
alias pcg32_fast = PermutedCongruentialEngine!(xsh_rr!(uint, ulong), stream_t.none, true)

Meta