aboutsummaryrefslogtreecommitdiffstats
path: root/math/libranlip
Commit message (Collapse)AuthorAgeFilesLines
* replace a problematic mirrorbf2012-06-291-1/+1
|
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Change my ports to use my FreeBSD.org email address.bf2010-07-081-2/+2
|
* - Fix a typo s/Beliakin/Beliakov/miwi2010-05-091-1/+1
|
* libranlip is a C++ library created by G. Beliakin, which generates randommiwi2010-05-094-0/+175
variates with arbitrary Lipschitz-continuous densities via the acceptance / rejection method. The density should have a dimension of no more than about five. The user needs to supply the density function using a simple syntax, and then call the methods of construction and generation provided in libranlip. WWW: http://www.deakin.edu.au/~gleb/ranlip.html PR: ports/143624 Submitted by: bf <bf1783 at gmail.com>