Module pcg_rand::outputmix

source ·

Structs

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

Traits

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.