aboutsummaryrefslogtreecommitdiff
path: root/math/libranlip/files
Commit message (Collapse)AuthorAgeFilesLines
* libranlip is a C++ library created by G. Beliakin, which generates randomMartin Wilke2010-05-091-0/+115
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> Notes: svn path=/head/; revision=253982