diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-12-17 22:36:07 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-12-17 22:36:07 +0000 |
commit | 070e580ea7f3d551b066f5f1a0dff666bf67645f (patch) | |
tree | e6af2730f3fd23824cec2f337814528ee413edb4 /sci-mathematics/prng/metadata.xml | |
parent | Force ignoring of -w in MAKEOPTS #338970 by Drake Wyrm. (diff) | |
download | gentoo-2-070e580ea7f3d551b066f5f1a0dff666bf67645f.tar.gz gentoo-2-070e580ea7f3d551b066f5f1a0dff666bf67645f.tar.bz2 gentoo-2-070e580ea7f3d551b066f5f1a0dff666bf67645f.zip |
moved to the main tree
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/prng/metadata.xml')
-rw-r--r-- | sci-mathematics/prng/metadata.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sci-mathematics/prng/metadata.xml b/sci-mathematics/prng/metadata.xml new file mode 100644 index 000000000000..be4335631f57 --- /dev/null +++ b/sci-mathematics/prng/metadata.xml @@ -0,0 +1,13 @@ +<?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 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> |