This package browser is in early development. Mind the rough edges.

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.

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.