diff options
author | agc <agc> | 2015-12-29 02:04:08 +0000 |
---|---|---|
committer | agc <agc> | 2015-12-29 02:04:08 +0000 |
commit | 2cfa06dd1f5ce5772140f3adc656c39368aa7bbb (patch) | |
tree | 4b8ad718081be82238f4128b4a575e2bda2adba4 /math/pcg/distinfo | |
parent | dee64fd98a44c8257aac9475a7a9a7fdb4ba9991 (diff) | |
download | pkgsrc-2cfa06dd1f5ce5772140f3adc656c39368aa7bbb.tar.gz |
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).
Diffstat (limited to 'math/pcg/distinfo')
-rw-r--r-- | math/pcg/distinfo | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/math/pcg/distinfo b/math/pcg/distinfo new file mode 100644 index 00000000000..ca5974c9a4e --- /dev/null +++ b/math/pcg/distinfo @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.1 2015/12/29 02:04:08 agc Exp $ + +SHA1 (pcg-c-0.94.zip) = b70a455def217fedb30645a3d2e00b60b6a5ae6b +RMD160 (pcg-c-0.94.zip) = fadc610f9ace596a0595f09ba7c91168d08fedf3 +SHA512 (pcg-c-0.94.zip) = df1afc788b3c9ef12fde7bdb1057144ea0963345506be37c646575ac5e1432609e06ffd175bcf8245ad7d527a7c3832daff51b7d39317592e8741afc7a74cf51 +Size (pcg-c-0.94.zip) = 207717 bytes +SHA1 (patch-Makefile) = 8ababb41930af81dbbe1fcf807cf3f4b71c4437b |