aboutsummaryrefslogtreecommitdiff
blob: f16105bd62743e47b18a11fba924cccbe5fe9a26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>