summaryrefslogtreecommitdiff
blob: 59fe7983e82ffba9c2c8ce8584247d03ea54ce8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>sci-mathematics@gentoo.org</email>
		<name>Gentoo Mathematics Project</name>
	</maintainer>
	<longdescription lang="en">
		The Pseudo-Random Number Generator library is a portable,
		high-performance ANSI-C implementations of pseudorandom number
		generators such as linear congruential, inversive congruential, and
		explicit inversive congruential random number generators (called
		LCG, ICG and EICG, respectively) created by Otmar Lendl. It is part
		of the pLab project.
	</longdescription>
</pkgmetadata>