pcg-c (PCG random number generation library) 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. If you want to run pcg-c's test suite, pass TEST=yes in the SlackBuild's environment. The test results will be included in the package, as "/usr/doc/pcg-c-$VERSION/test_results.txt".