The FreeBSD Ports Archive
FreeBSD math : libranlib4>
Library of Routines for Random Number Generation
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
ftp://ftp.netlib.org/random/
|
libranlib history
v. 1.13
date: 2007/01/30 10:25:31; author: pav; state: Exp; lines: +2 -7
- Remove support for a.out format and PORTOBJFORMAT variable from individual
ports
With hat: portmgr
v. 1.12
date: 2003/03/07 06:06:04; author: ade; state: Exp; lines: +2 -1
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.11
date: 2000/06/16 21:51:34; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.10
date: 2000/06/16 08:47:43; author: sobomax; state: Exp; lines: +2 -2
Fourth round of INSTALLS_SHLIBS conversion.
v. 1.9
date: 2000/06/07 08:40:09; author: tg; state: Exp; lines: +2 -1
Don't build the profiled lib.
v. 1.8
date: 2000/04/14 07:20:13; author: asami; state: Exp; lines: +4 -4
Convert to PORTNAME/PORTVERSION.
v. 1.7
date: 1999/08/31 06:47:46; author: mharo; state: Exp; lines: +3 -3
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.6
date: 1999/08/25 07:11:07; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.5
date: 1999/07/04 21:18:17; author: steve; state: Exp; lines: +2 -2
Call ldconfig correctly so this has a fighting chance of working for
both ELF and a.out builds.
v. 1.4
date: 1998/11/14 09:43:24; author: asami; state: Exp; lines: +7 -5
Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change
shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.
v. 1.3
date: 1998/10/26 07:45:01; author: asami; state: Exp; lines: +4 -1
Make .so link in a.out case.
v. 1.2
date: 1997/04/23 06:57:54; author: tg; state: Exp; lines: +3 -3
Use the C version, not Fortran. There are no functional differences.
v. 1.1
date: 1997/04/07 07:02:50; author: tg; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/04/07 07:02:50; author: tg; state: Exp; lines: +0 -0
Import of libranlib. libranlib is a library of random number
generators from netlib.
=============================================================================
v. 1.13
date: 2007/01/30 10:25:31; author: pav; state: Exp; lines: +2 -7
- Remove support for a.out format and PORTOBJFORMAT variable from individual
ports
With hat: portmgr
v. 1.12
date: 2003/03/07 06:06:04; author: ade; state: Exp; lines: +2 -1
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.11
date: 2000/06/16 21:51:34; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.10
date: 2000/06/16 08:47:43; author: sobomax; state: Exp; lines: +2 -2
Fourth round of INSTALLS_SHLIBS conversion.
v. 1.9
date: 2000/06/07 08:40:09; author: tg; state: Exp; lines: +2 -1
Don't build the profiled lib.
v. 1.8
date: 2000/04/14 07:20:13; author: asami; state: Exp; lines: +4 -4
Convert to PORTNAME/PORTVERSION.
v. 1.7
date: 1999/08/31 06:47:46; author: mharo; state: Exp; lines: +3 -3
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.6
date: 1999/08/25 07:11:07; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.5
date: 1999/07/04 21:18:17; author: steve; state: Exp; lines: +2 -2
Call ldconfig correctly so this has a fighting chance of working for
both ELF and a.out builds.
v. 1.4
date: 1998/11/14 09:43:24; author: asami; state: Exp; lines: +7 -5
Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change
shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.
v. 1.3
date: 1998/10/26 07:45:01; author: asami; state: Exp; lines: +4 -1
Make .so link in a.out case.
v. 1.2
date: 1997/04/23 06:57:54; author: tg; state: Exp; lines: +3 -3
Use the C version, not Fortran. There are no functional differences.
v. 1.1
date: 1997/04/07 07:02:50; author: tg; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/04/07 07:02:50; author: tg; state: Exp; lines: +0 -0
Import of libranlib. libranlib is a library of random number
generators from netlib.
=============================================================================
v. 1.13
date: 2007/01/30 10:25:31; author: pav; state: Exp; lines: +2 -7
- Remove support for a.out format and PORTOBJFORMAT variable from individual
ports
With hat: portmgr
v. 1.12
date: 2003/03/07 06:06:04; author: ade; state: Exp; lines: +2 -1
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.11
date: 2000/06/16 21:51:34; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.10
date: 2000/06/16 08:47:43; author: sobomax; state: Exp; lines: +2 -2
Fourth round of INSTALLS_SHLIBS conversion.
v. 1.9
date: 2000/06/07 08:40:09; author: tg; state: Exp; lines: +2 -1
Don't build the profiled lib.
v. 1.8
date: 2000/04/14 07:20:13; author: asami; state: Exp; lines: +4 -4
Convert to PORTNAME/PORTVERSION.
v. 1.7
date: 1999/08/31 06:47:46; author: mharo; state: Exp; lines: +3 -3
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.6
date: 1999/08/25 07:11:07; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.5
date: 1999/07/04 21:18:17; author: steve; state: Exp; lines: +2 -2
Call ldconfig correctly so this has a fighting chance of working for
both ELF and a.out builds.
v. 1.4
date: 1998/11/14 09:43:24; author: asami; state: Exp; lines: +7 -5
Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change
shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.
v. 1.3
date: 1998/10/26 07:45:01; author: asami; state: Exp; lines: +4 -1
Make .so link in a.out case.
v. 1.2
date: 1997/04/23 06:57:54; author: tg; state: Exp; lines: +3 -3
Use the C version, not Fortran. There are no functional differences.
v. 1.1
date: 1997/04/07 07:02:50; author: tg; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/04/07 07:02:50; author: tg; state: Exp; lines: +0 -0
Import of libranlib. libranlib is a library of random number
generators from netlib.
=============================================================================
|
| |

|