Module pcg_rand::outputmix[][src]

Structs

XshRrMixin

This output uses an xor-shift followed by a random rotation.

XshRsMixin

This output uses an Xor-shift followed by a right shift

Traits

OutputMixin

The output mixin trait provides the permutation function for the output of the PCG. After the LCG state is advanced the state is run through the output(...) function to produce the output.