summaryrefslogtreecommitdiff
blob: 2a2a3a3027f62dcdecc60403173becb662cb126d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>sci@gentoo.org</email>
		<name>Gentoo Science Project</name>
	</maintainer>
	<maintainer type="person" proxied="yes">
		<email>jeffrey@icurse.nl</email>
		<name>Jeffrey Lin</name>
	</maintainer>
	<maintainer type="person" proxied="proxy">
		<email>tamiko@gentoo.org</email>
		<name>Matthias Maier</name>
	</maintainer>
	<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>