diff options
author | 2022-07-30 15:32:52 -0400 | |
---|---|---|
committer | 2022-07-31 05:10:11 +0100 | |
commit | d99f2328cbf858a73e5e74749e9ccfda81c91431 (patch) | |
tree | d4f3a4f338ed2bf42f7b8c708da83bb65fa11526 /dev-haskell/splitmix/metadata.xml | |
parent | dev-haskell/parallel-io: add 0.3.5, drop 0.3.3-r3 (diff) | |
download | gentoo-d99f2328cbf858a73e5e74749e9ccfda81c91431.tar.gz gentoo-d99f2328cbf858a73e5e74749e9ccfda81c91431.tar.bz2 gentoo-d99f2328cbf858a73e5e74749e9ccfda81c91431.zip |
dev-haskell/splitmix: drop 0.0.4
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/splitmix/metadata.xml')
-rw-r--r-- | dev-haskell/splitmix/metadata.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-haskell/splitmix/metadata.xml b/dev-haskell/splitmix/metadata.xml index e03ae875fc0c..80f38d62e4f5 100644 --- a/dev-haskell/splitmix/metadata.xml +++ b/dev-haskell/splitmix/metadata.xml @@ -7,7 +7,6 @@ </maintainer> <use> <flag name="optimised-mixer">Use JavaScript for mix32</flag> - <flag name="random">Providen RandomGen SMGen instance</flag> </use> <longdescription> Pure Haskell implementation of SplitMix described in @@ -15,7 +14,7 @@ Guy L. Steele, Jr., Doug Lea, and Christine H. Flood. 2014. Fast splittable pseudorandom number generators. In Proceedings of the 2014 ACM International Conference on Object Oriented - Programming Systems Languages & Applications (OOPSLA '14). ACM, + Programming Systems Languages & Applications (OOPSLA '14). ACM, New York, NY, USA, 453-472. DOI: <https://doi.org/10.1145/2660193.2660195> @@ -25,7 +24,7 @@ /SplitMix/ is tested with two standard statistical test suites (DieHarder and TestU01, this implementation only using the former) and it appears to be - adequate for "everyday" use, such as Monte Carlo algorithms and randomized + adequate for "everyday" use, such as Monte Carlo algorithms and randomized data structures where speed is important. In particular, it __should not be used for cryptographic or security applications__, |