Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 471 Bytes

File metadata and controls

10 lines (7 loc) · 471 Bytes

\page refUtilitiesPCG PCG

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.