Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 491 Bytes

File metadata and controls

12 lines (9 loc) · 491 Bytes

PCG Random Number Generation, C++ Edition

This is an external library, which is maintained by its authors. It provides a C++ implementation of PCG pseudo-random number generator. The original repository with the latest version can be found at PCG-Random GitHub, full details about this PRNG are available at the PCG-Random website.