aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <sfabbro@uvic.ca>2012-07-11 11:53:19 -0700
committerSebastien Fabbro <sfabbro@uvic.ca>2012-07-11 11:53:19 -0700
commitc9e75262ad50fc9b5e696ac041323ad63706d7a8 (patch)
treeb3f800a5be202a2fecbf4d753d75d914acb6ffb8 /sci-mathematics/dsfmt/metadata.xml
parentsci-libs/fdlibm: Initial import (diff)
downloadsci-c9e75262ad50fc9b5e696ac041323ad63706d7a8.tar.gz
sci-c9e75262ad50fc9b5e696ac041323ad63706d7a8.tar.bz2
sci-c9e75262ad50fc9b5e696ac041323ad63706d7a8.zip
sci-mathematics/dsfmt: Initial import
(Portage version: 2.2.01.20757-prefix/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-mathematics/dsfmt/metadata.xml')
-rw-r--r--sci-mathematics/dsfmt/metadata.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/sci-mathematics/dsfmt/metadata.xml b/sci-mathematics/dsfmt/metadata.xml
new file mode 100644
index 000000000..450097be1
--- /dev/null
+++ b/sci-mathematics/dsfmt/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci-mathematics</herd>
+<longdescription lang="en">
+ The purpose of Double precision SIMD-oriented Fast Mersenne Twister (dSFMT)
+ is to speed up the generation by avoiding the expensive conversion
+ of integer to double (floating point). dSFMT directly generates
+ double precision floating point pseudorandom numbers which have the
+ IEEE Standard for Binary Floating-Point Arithmetic (ANSI/IEEE Std
+ 754-1985) format. dSFMT is only available on the CPUs which use IEEE
+ 754 format double precision floating point numbers.
+</longdescription>
+</pkgmetadata>