PCG is a family of simple, fast, statistically good random number generators. This header-only C++ library provides them with an interface compatible with the C++11 <random> engines.
PCG is a family of simple, fast, statistically good random number generators. This header-only C++ library provides them with an interface compatible with the C++11 <random> engines.
To install pcg-cpp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pcg-cpp
To see what files were installed by pcg-cpp, run:
port contents pcg-cpp
To later upgrade pcg-cpp, run:
sudo port selfupdate && sudo port upgrade pcg-cpp
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.