diff options
Diffstat (limited to 'sci-mathematics/unuran/metadata.xml')
-rw-r--r-- | sci-mathematics/unuran/metadata.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sci-mathematics/unuran/metadata.xml b/sci-mathematics/unuran/metadata.xml new file mode 100644 index 000000000000..2901b3b649b9 --- /dev/null +++ b/sci-mathematics/unuran/metadata.xml @@ -0,0 +1,16 @@ +<?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"> + UNU.RAN is an ANSI C library licensed under GPL. + It contains universal (also called automatic or black-box) algorithms + that can generate random numbers from large classes of continuous or + discrete distributions, and also from practically all standard + distributions. +</longdescription> + <use> + <flag name="rngstreams">Use <pkg>sci-mathematics/rngstreams</pkg> library</flag> + <flag name="prng">Use <pkg>sci-mathematics/prng</pkg> library</flag> + </use> +</pkgmetadata> |