How to Use the PCG Generators

In general, using the PCG family is much like using other random number generators, except that there are some useful features you will be pleased to have.

C++ Implementation

The C++ implementation provides all the features you expect from a C++ generator, plus some added bonuses.

32-Bit Generators

For most applications, generator that produces a 32-bit integer works well.

C Implementation

Coming soon...

Java Implementation

Coming later...