PCG-C implements the PCG random number generation scheme. PCG
generators are statistically well-distributed, but trade
cryptographical strength for faster turnaround, and small state.
PCG-C supports multiple output sizes (8 through 128-bit) and multiple
independent streams.
