The OpenD Programming Language

pcg32

32-bit output PCGs with 64 bits of state.

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

Meta