summaryrefslogtreecommitdiff
path: root/math/randlib/pkg-descr
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-04-07 07:02:51 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-04-07 07:02:51 +0000
commit88980b00358391e327ec9c0cb82062c694ea5ba9 (patch)
tree2fece56bd285ee202fa7d5fb84dcd792e16390e5 /math/randlib/pkg-descr
parentUpgrade to 0.12.16. (diff)
Import of libranlib. libranlib is a library of random number
generators from netlib.
Notes
Notes: svn path=/head/; revision=6153
Diffstat (limited to 'math/randlib/pkg-descr')
-rw-r--r--math/randlib/pkg-descr20
1 files changed, 20 insertions, 0 deletions
diff --git a/math/randlib/pkg-descr b/math/randlib/pkg-descr
new file mode 100644
index 000000000000..e42d51236e6b
--- /dev/null
+++ b/math/randlib/pkg-descr
@@ -0,0 +1,20 @@
+This library provides routines that return:
+ (1) Beta random deviates
+ (2) Chi-square random deviates
+ (3) Exponential random deviates
+ (4) F random deviates
+ (5) Gamma random deviates
+ (6) Multivariate normal random deviates (mean and covariance
+ matrix specified)
+ (7) Noncentral chi-square random deviates
+ (8) Noncentral F random deviates
+ (9) Univariate normal random deviates
+ (10) Random permutations of an integer array
+ (11) Real uniform random deviates between specif
+ (12) Binomial random deviates
+ (13) Negative Binomial random deviates
+ (14) Multinomial random deviates
+ (15) Poisson random deviates
+ (16) Integer uniform deviates between specified limits
+ (17) Seeds for the random number generator calculated from a
+ character string