pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math
Module Name:    pkgsrc
Committed By:   agc
Date:           Tue Dec 29 02:04:08 UTC 2015
Modified Files:
        pkgsrc/math: Makefile
Added Files:
        pkgsrc/math/pcg: DESCR Makefile PLIST distinfo
        pkgsrc/math/pcg/patches: patch-Makefile
Log Message:
Add pcg version 0.94 to the packages collection
        The PCG family of Random Number Generators combines properties not
        previously seen together in the same generation scheme:
        + It's really easy to use, and yet its very flexible and offers
        powerful features (including some that allow you to perform silly
        party tricks).
        + It's very fast, and can occupy very little space.
        + It has small code size.
        + It's performance in statistical tests is excellent (see the PCG
        paper for full details).
        + It's much less predictable and thus more secure than most generators.
        + It's open source software, with a permissive license (the Apache license).
To generate a diff of this commit:
cvs rdiff -u -r1.310 -r1.311 pkgsrc/math/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/math/pcg/DESCR pkgsrc/math/pcg/Makefile \
    pkgsrc/math/pcg/PLIST pkgsrc/math/pcg/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/math/pcg/patches/patch-Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index