pcg-c 0.0.0-1.83252d9
C implementation of the PCG random generators
The Permuted Congruential Generator (PCG) extends the Linear Congruential Generator (LCG) with a permutation function to increase output randomness while retaining speed, simplicity, and conciseness.
- Outputs:
out
- Website: https://www.pcg-random.org
- Licenses: ASL 2.0 · Expat
- Package source: gnu/packages/c.scm
- Builds: See build status
- Issues: See known issues
Installation
Install pcg-c 0.0.0-1.83252d9
as follows:
guix install pcg-c@0.0.0-1.83252d9
Or install the latest version:
guix install pcg-c
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.