Port details |
- pcg-cpp PCG Random Number Generation, C++ Edition
- 0.98.1.70 devel =2 0.98.1.70Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2021-03-08 17:50:27
- Last Update: 2024-01-04 05:48:36
- Commit Hash: 9596a29
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20 MIT
- WWW:
- https://github.com/imneme/pcg-cpp
- Description:
- This code provides an implementation of the PCG family of random number
generators, which are fast, statistically excellent, and offer a number of
useful features.
There are two kinds of generator, normal generators and extended generators.
Extended generators provide k dimensional equidistribution and can perform party
tricks, but generally speaking most people only need the normal generators.
There are two ways to access the generators, using a convenience typedef or by
using the underlying templates directly (similar to C++11's std::mt19937 typedef
vs its std::mersenne_twister_engine template).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/pcg-cpp/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/pcg-cpp
- pkg install pcg-cpp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pcg-cpp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1704328330
SHA256 (imneme-pcg-cpp-v0.98.1-70-g428802d_GH0.tar.gz) = 59fc9dec4cb102ff0e6c7117df5827f42d12d8eabcb9833fdc20b4518b34f2a7
SIZE (imneme-pcg-cpp-v0.98.1-70-g428802d_GH0.tar.gz) = 78194
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_pcg-cpp
- USES:
- compiler:c++11-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.98.1.70 04 Jan 2024 05:48:36 |
Yuri Victorovich (yuri) |
devel/pcg-cpp: update 0.98.1-59 → 0.98.1-70
Reported by: portscout |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.98.1.59 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.98.1.59 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.98.1.59 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.98.1.59 08 Mar 2021 17:50:19 |
yuri |
New port: devel/pcg-cpp: PCG Random Number Generation, C++ Edition |