PermutedCongruentialEngine.Uint

Alias for the unsigned integer type parameter of the output type in the PCG engine. (community summary)

struct PermutedCongruentialEngine(alias output, stream_t streamType, bool output_previous, mult_...)
alias Uint = TemplateArgsOf!output[1]